Shades of Alice Blue #F0F6FF
Tints of Alice Blue #F0F6FF
RGB
CMYK
RGB Variations
Color information
#F0F6FF (or 0xF0F6FF) is known color: Alice Blue. HEX triplet: F0, F6 and FF. RGB value is (240,246,255). Sum of RGB (Red+Green+Blue) = 240+246+255=741 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.39% from 741); Green value is 246 (96.48% from 255 or 33.20% from 741); Blue value is 255 (100% from 255 or 34.41% from 741); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0F6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F6FF is #0F0900. Grayscale: #F5F5F5. Windows color (decimal): -985345 or 16774896. OLE color: 16774896.
HSL color Cylindrical-coordinate representation of color #F0F6FF: hue angle of 216º 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 #F0F6FF is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 246 | 255 | - |
| CMYK | 0.06 | 0.04 | 0 | 0 |
| HSL | 216º | 1% | 0.97% | - |
| HSV(B) | 216º | 0.06% | 1% | - |
| XYZ | 86.94 | 91.66 | 107.72 | - |
| YUV | 245.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 246 | 255 | 0.06 | 0.04 | 0 | 0 | 216 | 1 | 0.97 |
| Hex | F0 | F6 | FF | 6 | 4 | 0 | 0 | D8 | 64 | 61 |
| Octal | 360 | 366 | 377 | 6 | 4 | 0 | 0 | 330 | 144 | 141 |
| Binary | 11110000 | 11110110 | 11111111 | 110 | 100 | 0 | 0 | 11011000 | 1100100 | 1100001 |
Color Harmonies of #F0F6FF
Complementary color
Monochromatic Colors of #F0F6FF
Black with #F0F6FF
Text Example
Text Example
White with #F0F6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F6FF; }
p { color: rgb(240,246,255); }
H1.HeaderClassName
{
color: #F0F6FF;
}
.AnyTagClassName
{
color: #F0F6FF;
}
</style>
background-color css
<style>
a { background-color: #F0F6FF; }
a { background-color: rgb(240,246,255); }
div.DivClassName
{
background-color: #F0F6FF;
}
.BgClassName
{
background-color: #F0F6FF;
}
</style>
border-color css
<style>
span { border-color: #F0F6FF; }
span { border-color: rgb(240,246,255); }
td.TdClassName
{
border-color: #F0F6FF;
}
.TagClassName
{
border-color: #F0F6FF;
}
</style>