#F1F8FF (or 0xF1F8FF) is unknown color: approx Alice Blue. HEX triplet: F1, F8 and FF. RGB value is (241,248,255). Sum of RGB (Red+Green+Blue) = 241+248+255=744 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.39% from 744); Green value is 248 (97.27% from 255 or 33.33% from 744); Blue value is 255 (100% from 255 or 34.27% from 744); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1F8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F8FF is #0E0700. Grayscale: #F6F6F6. Windows color (decimal): -919297 or 16775409. OLE color: 16775409.
HSL color Cylindrical-coordinate representation of color #F1F8FF: hue angle of 210º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1F8FF is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #F1F8FF; } p { color: rgb(241,248,255); } H1.HeaderClassName { color: #F1F8FF; } .AnyTagClassName { color: #F1F8FF; } </style>
<style> a { background-color: #F1F8FF; } a { background-color: rgb(241,248,255); } div.DivClassName { background-color: #F1F8FF; } .BgClassName { background-color: #F1F8FF; } </style>
<style> span { border-color: #F1F8FF; } span { border-color: rgb(241,248,255); } td.TdClassName { border-color: #F1F8FF; } .TagClassName { border-color: #F1F8FF; } </style>