Shades of Alice Blue #E1F6FE
Tints of Alice Blue #E1F6FE
RGB
CMYK
RGB Variations
Color information
#E1F6FE (or 0xE1F6FE) is known color: Alice Blue. HEX triplet: E1, F6 and FE. RGB value is (225,246,254). Sum of RGB (Red+Green+Blue) = 225+246+254=725 (96% of max value = 765). Red value is 225 (88.28% from 255 or 31.03% from 725); Green value is 246 (96.48% from 255 or 33.93% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1F6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F6FE is #1E0901. Grayscale: #F0F0F0. Windows color (decimal): -1968386 or 16709345. OLE color: 16709345.
HSL color Cylindrical-coordinate representation of color #E1F6FE: hue angle of 196.55º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1F6FE is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 246 | 254 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.00 |
| HSL | 196.55º | 0.94% | 0.94% | - |
| HSV(B) | 196.55º | 0.11% | 1% | - |
| XYZ | 81.9 | 89.07 | 106.64 | - |
| YUV | 240.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 246 | 254 | 0.11 | 0.03 | 0 | 0.00 | 196.55 | 0.94 | 0.94 |
| Hex | E1 | F6 | FE | B | 3 | 0 | 0 | C5 | 5E | 5E |
| Octal | 341 | 366 | 376 | 13 | 3 | 0 | 0 | 305 | 136 | 136 |
| Binary | 11100001 | 11110110 | 11111110 | 1011 | 11 | 0 | 0 | 11000101 | 1011110 | 1011110 |
Color Harmonies of #E1F6FE
Complementary color
Monochromatic Colors of #E1F6FE
Black with #E1F6FE
Text Example
Text Example
White with #E1F6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F6FE; }
p { color: rgb(225,246,254); }
H1.HeaderClassName
{
color: #E1F6FE;
}
.AnyTagClassName
{
color: #E1F6FE;
}
</style>
background-color css
<style>
a { background-color: #E1F6FE; }
a { background-color: rgb(225,246,254); }
div.DivClassName
{
background-color: #E1F6FE;
}
.BgClassName
{
background-color: #E1F6FE;
}
</style>
border-color css
<style>
span { border-color: #E1F6FE; }
span { border-color: rgb(225,246,254); }
td.TdClassName
{
border-color: #E1F6FE;
}
.TagClassName
{
border-color: #E1F6FE;
}
</style>