Shades of Alice Blue #E5F2FE
Tints of Alice Blue #E5F2FE
RGB
CMYK
RGB Variations
Color information
#E5F2FE (or 0xE5F2FE) is known color: Alice Blue. HEX triplet: E5, F2 and FE. RGB value is (229,242,254). Sum of RGB (Red+Green+Blue) = 229+242+254=725 (96% of max value = 765). Red value is 229 (89.84% from 255 or 31.59% from 725); Green value is 242 (94.92% from 255 or 33.38% 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 #E5F2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5F2FE is #1A0D01. Grayscale: #EFEFEF. Windows color (decimal): -1707266 or 16708325. OLE color: 16708325.
HSL color Cylindrical-coordinate representation of color #E5F2FE: hue angle of 208.8º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5F2FE is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 242 | 254 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.00 |
| HSL | 208.8º | 0.93% | 0.95% | - |
| HSV(B) | 208.8º | 0.1% | 1% | - |
| XYZ | 81.95 | 87.32 | 106.3 | - |
| YUV | 239.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 254 | 0.10 | 0.05 | 0 | 0.00 | 208.8 | 0.93 | 0.95 |
| Hex | E5 | F2 | FE | A | 5 | 0 | 0 | D1 | 5D | 5F |
| Octal | 345 | 362 | 376 | 12 | 5 | 0 | 0 | 321 | 135 | 137 |
| Binary | 11100101 | 11110010 | 11111110 | 1010 | 101 | 0 | 0 | 11010001 | 1011101 | 1011111 |
Color Harmonies of #E5F2FE
Complementary color
Monochromatic Colors of #E5F2FE
Black with #E5F2FE
Text Example
Text Example
White with #E5F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F2FE; }
p { color: rgb(229,242,254); }
H1.HeaderClassName
{
color: #E5F2FE;
}
.AnyTagClassName
{
color: #E5F2FE;
}
</style>
background-color css
<style>
a { background-color: #E5F2FE; }
a { background-color: rgb(229,242,254); }
div.DivClassName
{
background-color: #E5F2FE;
}
.BgClassName
{
background-color: #E5F2FE;
}
</style>
border-color css
<style>
span { border-color: #E5F2FE; }
span { border-color: rgb(229,242,254); }
td.TdClassName
{
border-color: #E5F2FE;
}
.TagClassName
{
border-color: #E5F2FE;
}
</style>