A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Let's say your data are in A2:C100 (with headers in row 1).
Select C2:C100. I'll assume that C2 is the active cell within the selection.
Click Conditional Formatting > New Rule... on the Home tab of the ribbon.
Select "Use a formula to determine which cells to format.
Enter the formula =AND(A2>TIME(8,0,0),B2<15)
Click Format...
Specify the desired formatting.
Click OK twice.
I have assumed that column A contains times such as 01:30. If it contains number, e.g. 1.5, change the formula to =AND(A2>8,B2<15)