#F0F8FF (or 0xF0F8FF) is known color: AliceBlue. HEX triplet: F0, F8 and FF. RGB value is (240,248,255). Sum of RGB (Red+Green+Blue) = 240+248+255=743 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.30% from 743); Green value is 248 (97.27% from 255 or 33.38% from 743); Blue value is 255 (100% from 255 or 34.32% from 743); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0F8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F8FF is #0F0700. Grayscale: #F6F6F6. Windows color (decimal): -984833 or 16775408. OLE color: 16775408.
HSL color Cylindrical-coordinate representation of color #F0F8FF: hue angle of 208º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0F8FF is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #F0F8FF; } p { color: rgb(240,248,255); } H1.HeaderClassName { color: #F0F8FF; } .AnyTagClassName { color: #F0F8FF; } </style>
<style> a { background-color: #F0F8FF; } a { background-color: rgb(240,248,255); } div.DivClassName { background-color: #F0F8FF; } .BgClassName { background-color: #F0F8FF; } </style>
<style> span { border-color: #F0F8FF; } span { border-color: rgb(240,248,255); } td.TdClassName { border-color: #F0F8FF; } .TagClassName { border-color: #F0F8FF; } </style>