Shades of Alice Blue #E1F4FF
Tints of Alice Blue #E1F4FF
RGB
CMYK
RGB Variations
Color information
#E1F4FF (or 0xE1F4FF) is known color: Alice Blue. HEX triplet: E1, F4 and FF. RGB value is (225,244,255). Sum of RGB (Red+Green+Blue) = 225+244+255=724 (95% of max value = 765). Red value is 225 (88.28% from 255 or 31.08% from 724); Green value is 244 (95.70% from 255 or 33.70% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1F4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F4FF is #1E0B00. Grayscale: #EFEFEF. Windows color (decimal): -1968897 or 16774369. OLE color: 16774369.
HSL color Cylindrical-coordinate representation of color #E1F4FF: hue angle of 202º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1F4FF is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 244 | 255 | - |
| CMYK | 0.12 | 0.04 | 0 | 0 |
| HSL | 202º | 1% | 0.94% | - |
| HSV(B) | 202º | 0.12% | 1% | - |
| XYZ | 81.45 | 87.93 | 107.29 | - |
| YUV | 239.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 244 | 255 | 0.12 | 0.04 | 0 | 0 | 202 | 1 | 0.94 |
| Hex | E1 | F4 | FF | C | 4 | 0 | 0 | CA | 64 | 5E |
| Octal | 341 | 364 | 377 | 14 | 4 | 0 | 0 | 312 | 144 | 136 |
| Binary | 11100001 | 11110100 | 11111111 | 1100 | 100 | 0 | 0 | 11001010 | 1100100 | 1011110 |
Color Harmonies of #E1F4FF
Complementary color
Monochromatic Colors of #E1F4FF
Black with #E1F4FF
Text Example
Text Example
White with #E1F4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F4FF; }
p { color: rgb(225,244,255); }
H1.HeaderClassName
{
color: #E1F4FF;
}
.AnyTagClassName
{
color: #E1F4FF;
}
</style>
background-color css
<style>
a { background-color: #E1F4FF; }
a { background-color: rgb(225,244,255); }
div.DivClassName
{
background-color: #E1F4FF;
}
.BgClassName
{
background-color: #E1F4FF;
}
</style>
border-color css
<style>
span { border-color: #E1F4FF; }
span { border-color: rgb(225,244,255); }
td.TdClassName
{
border-color: #E1F4FF;
}
.TagClassName
{
border-color: #E1F4FF;
}
</style>