Shades of Alice Blue #E4F0FE
Tints of Alice Blue #E4F0FE
RGB
CMYK
RGB Variations
Color information
#E4F0FE (or 0xE4F0FE) is known color: Alice Blue. HEX triplet: E4, F0 and FE. RGB value is (228,240,254). Sum of RGB (Red+Green+Blue) = 228+240+254=722 (95% of max value = 765). Red value is 228 (89.45% from 255 or 31.58% from 722); Green value is 240 (94.14% from 255 or 33.24% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4F0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4F0FE is #1B0F01. Grayscale: #EDEDED. Windows color (decimal): -1773314 or 16707812. OLE color: 16707812.
HSL color Cylindrical-coordinate representation of color #E4F0FE: hue angle of 212.31º 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 #E4F0FE is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 240 | 254 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.00 |
| HSL | 212.31º | 0.93% | 0.95% | - |
| HSV(B) | 212.31º | 0.1% | 1% | - |
| XYZ | 81.04 | 85.97 | 106.09 | - |
| YUV | 238.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 240 | 254 | 0.10 | 0.06 | 0 | 0.00 | 212.31 | 0.93 | 0.95 |
| Hex | E4 | F0 | FE | A | 6 | 0 | 0 | D4 | 5D | 5F |
| Octal | 344 | 360 | 376 | 12 | 6 | 0 | 0 | 324 | 135 | 137 |
| Binary | 11100100 | 11110000 | 11111110 | 1010 | 110 | 0 | 0 | 11010100 | 1011101 | 1011111 |
Color Harmonies of #E4F0FE
Complementary color
Monochromatic Colors of #E4F0FE
Black with #E4F0FE
Text Example
Text Example
White with #E4F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F0FE; }
p { color: rgb(228,240,254); }
H1.HeaderClassName
{
color: #E4F0FE;
}
.AnyTagClassName
{
color: #E4F0FE;
}
</style>
background-color css
<style>
a { background-color: #E4F0FE; }
a { background-color: rgb(228,240,254); }
div.DivClassName
{
background-color: #E4F0FE;
}
.BgClassName
{
background-color: #E4F0FE;
}
</style>
border-color css
<style>
span { border-color: #E4F0FE; }
span { border-color: rgb(228,240,254); }
td.TdClassName
{
border-color: #E4F0FE;
}
.TagClassName
{
border-color: #E4F0FE;
}
</style>