Shades of Alice Blue #F1F8FF
Tints of Alice Blue #F1F8FF
RGB
CMYK
RGB Variations
Color information
#F1F8FF (or 0xF1F8FF) is known color: 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.
Color convert
| RGB | 241 | 248 | 255 | - |
| CMYK | 0.05 | 0.03 | 0 | 0 |
| HSL | 210º | 1% | 0.97% | - |
| HSV(B) | 210º | 0.05% | 1% | - |
| XYZ | 87.89 | 93.06 | 107.94 | - |
| YUV | 246.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 248 | 255 | 0.05 | 0.03 | 0 | 0 | 210 | 1 | 0.97 |
| Hex | F1 | F8 | FF | 5 | 3 | 0 | 0 | D2 | 64 | 61 |
| Octal | 361 | 370 | 377 | 5 | 3 | 0 | 0 | 322 | 144 | 141 |
| Binary | 11110001 | 11111000 | 11111111 | 101 | 11 | 0 | 0 | 11010010 | 1100100 | 1100001 |
Color Harmonies of #F1F8FF
Complementary color
Monochromatic Colors of #F1F8FF
Black with #F1F8FF
Text Example
Text Example
White with #F1F8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F8FF; }
p { color: rgb(241,248,255); }
H1.HeaderClassName
{
color: #F1F8FF;
}
.AnyTagClassName
{
color: #F1F8FF;
}
</style>
background-color css
<style>
a { background-color: #F1F8FF; }
a { background-color: rgb(241,248,255); }
div.DivClassName
{
background-color: #F1F8FF;
}
.BgClassName
{
background-color: #F1F8FF;
}
</style>
border-color css
<style>
span { border-color: #F1F8FF; }
span { border-color: rgb(241,248,255); }
td.TdClassName
{
border-color: #F1F8FF;
}
.TagClassName
{
border-color: #F1F8FF;
}
</style>