Shades of Alice Blue #E4F2FE
Tints of Alice Blue #E4F2FE
RGB
CMYK
RGB Variations
Color information
#E4F2FE (or 0xE4F2FE) is known color: Alice Blue. HEX triplet: E4, F2 and FE. RGB value is (228,242,254). Sum of RGB (Red+Green+Blue) = 228+242+254=724 (95% of max value = 765). Red value is 228 (89.45% from 255 or 31.49% from 724); Green value is 242 (94.92% from 255 or 33.43% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4F2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4F2FE is #1B0D01. Grayscale: #EFEFEF. Windows color (decimal): -1772802 or 16708324. OLE color: 16708324.
HSL color Cylindrical-coordinate representation of color #E4F2FE: hue angle of 207.69º 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 #E4F2FE is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 242 | 254 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.00 |
| HSL | 207.69º | 0.93% | 0.95% | - |
| HSV(B) | 207.69º | 0.1% | 1% | - |
| XYZ | 81.64 | 87.15 | 106.29 | - |
| YUV | 239.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 242 | 254 | 0.10 | 0.05 | 0 | 0.00 | 207.69 | 0.93 | 0.95 |
| Hex | E4 | F2 | FE | A | 5 | 0 | 0 | D0 | 5D | 5F |
| Octal | 344 | 362 | 376 | 12 | 5 | 0 | 0 | 320 | 135 | 137 |
| Binary | 11100100 | 11110010 | 11111110 | 1010 | 101 | 0 | 0 | 11010000 | 1011101 | 1011111 |
Color Harmonies of #E4F2FE
Complementary color
Monochromatic Colors of #E4F2FE
Black with #E4F2FE
Text Example
Text Example
White with #E4F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F2FE; }
p { color: rgb(228,242,254); }
H1.HeaderClassName
{
color: #E4F2FE;
}
.AnyTagClassName
{
color: #E4F2FE;
}
</style>
background-color css
<style>
a { background-color: #E4F2FE; }
a { background-color: rgb(228,242,254); }
div.DivClassName
{
background-color: #E4F2FE;
}
.BgClassName
{
background-color: #E4F2FE;
}
</style>
border-color css
<style>
span { border-color: #E4F2FE; }
span { border-color: rgb(228,242,254); }
td.TdClassName
{
border-color: #E4F2FE;
}
.TagClassName
{
border-color: #E4F2FE;
}
</style>