Shades of Alice Blue #E5F4FE
Tints of Alice Blue #E5F4FE
RGB
CMYK
RGB Variations
Color information
#E5F4FE (or 0xE5F4FE) is known color: Alice Blue. HEX triplet: E5, F4 and FE. RGB value is (229,244,254). Sum of RGB (Red+Green+Blue) = 229+244+254=727 (96% of max value = 765). Red value is 229 (89.84% from 255 or 31.50% from 727); Green value is 244 (95.70% from 255 or 33.56% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5F4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5F4FE is #1A0B01. Grayscale: #F0F0F0. Windows color (decimal): -1706754 or 16708837. OLE color: 16708837.
HSL color Cylindrical-coordinate representation of color #E5F4FE: hue angle of 204º 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 #E5F4FE is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 244 | 254 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.00 |
| HSL | 204º | 0.93% | 0.95% | - |
| HSV(B) | 204º | 0.1% | 1% | - |
| XYZ | 82.55 | 88.52 | 106.5 | - |
| YUV | 240.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 244 | 254 | 0.10 | 0.04 | 0 | 0.00 | 204 | 0.93 | 0.95 |
| Hex | E5 | F4 | FE | A | 4 | 0 | 0 | CC | 5D | 5F |
| Octal | 345 | 364 | 376 | 12 | 4 | 0 | 0 | 314 | 135 | 137 |
| Binary | 11100101 | 11110100 | 11111110 | 1010 | 100 | 0 | 0 | 11001100 | 1011101 | 1011111 |
Color Harmonies of #E5F4FE
Complementary color
Monochromatic Colors of #E5F4FE
Black with #E5F4FE
Text Example
Text Example
White with #E5F4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F4FE; }
p { color: rgb(229,244,254); }
H1.HeaderClassName
{
color: #E5F4FE;
}
.AnyTagClassName
{
color: #E5F4FE;
}
</style>
background-color css
<style>
a { background-color: #E5F4FE; }
a { background-color: rgb(229,244,254); }
div.DivClassName
{
background-color: #E5F4FE;
}
.BgClassName
{
background-color: #E5F4FE;
}
</style>
border-color css
<style>
span { border-color: #E5F4FE; }
span { border-color: rgb(229,244,254); }
td.TdClassName
{
border-color: #E5F4FE;
}
.TagClassName
{
border-color: #E5F4FE;
}
</style>