Shades of Alice Blue #E4F0FA
Tints of Alice Blue #E4F0FA
RGB
CMYK
RGB Variations
Color information
#E4F0FA (or 0xE4F0FA) is known color: Alice Blue. HEX triplet: E4, F0 and FA. RGB value is (228,240,250). Sum of RGB (Red+Green+Blue) = 228+240+250=718 (95% of max value = 765). Red value is 228 (89.45% from 255 or 31.75% from 718); Green value is 240 (94.14% from 255 or 33.43% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4F0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4F0FA is #1B0F05. Grayscale: #EDEDED. Windows color (decimal): -1773318 or 16445668. OLE color: 16445668.
HSL color Cylindrical-coordinate representation of color #E4F0FA: hue angle of 207.27º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E4F0FA is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 240 | 250 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.02 |
| HSL | 207.27º | 0.69% | 0.94% | - |
| HSV(B) | 207.27º | 0.09% | 0.98% | - |
| XYZ | 80.41 | 85.72 | 102.75 | - |
| YUV | 237.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 240 | 250 | 0.09 | 0.04 | 0 | 0.02 | 207.27 | 0.69 | 0.94 |
| Hex | E4 | F0 | FA | 9 | 4 | 0 | 2 | CF | 45 | 5E |
| Octal | 344 | 360 | 372 | 11 | 4 | 0 | 2 | 317 | 105 | 136 |
| Binary | 11100100 | 11110000 | 11111010 | 1001 | 100 | 0 | 10 | 11001111 | 1000101 | 1011110 |
Color Harmonies of #E4F0FA
Complementary color
Monochromatic Colors of #E4F0FA
Black with #E4F0FA
Text Example
Text Example
White with #E4F0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F0FA; }
p { color: rgb(228,240,250); }
H1.HeaderClassName
{
color: #E4F0FA;
}
.AnyTagClassName
{
color: #E4F0FA;
}
</style>
background-color css
<style>
a { background-color: #E4F0FA; }
a { background-color: rgb(228,240,250); }
div.DivClassName
{
background-color: #E4F0FA;
}
.BgClassName
{
background-color: #E4F0FA;
}
</style>
border-color css
<style>
span { border-color: #E4F0FA; }
span { border-color: rgb(228,240,250); }
td.TdClassName
{
border-color: #E4F0FA;
}
.TagClassName
{
border-color: #E4F0FA;
}
</style>