Shades of Alice Blue #E4F2FA
Tints of Alice Blue #E4F2FA
RGB
CMYK
RGB Variations
Color information
#E4F2FA (or 0xE4F2FA) is known color: Alice Blue. HEX triplet: E4, F2 and FA. RGB value is (228,242,250). Sum of RGB (Red+Green+Blue) = 228+242+250=720 (95% of max value = 765). Red value is 228 (89.45% from 255 or 31.67% from 720); Green value is 242 (94.92% from 255 or 33.61% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4F2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4F2FA is #1B0D05. Grayscale: #EEEEEE. Windows color (decimal): -1772806 or 16446180. OLE color: 16446180.
HSL color Cylindrical-coordinate representation of color #E4F2FA: hue angle of 201.82º 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 #E4F2FA is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 242 | 250 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.02 |
| HSL | 201.82º | 0.69% | 0.94% | - |
| HSV(B) | 201.82º | 0.09% | 0.98% | - |
| XYZ | 81 | 86.9 | 102.95 | - |
| YUV | 238.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 242 | 250 | 0.09 | 0.03 | 0 | 0.02 | 201.82 | 0.69 | 0.94 |
| Hex | E4 | F2 | FA | 9 | 3 | 0 | 2 | CA | 45 | 5E |
| Octal | 344 | 362 | 372 | 11 | 3 | 0 | 2 | 312 | 105 | 136 |
| Binary | 11100100 | 11110010 | 11111010 | 1001 | 11 | 0 | 10 | 11001010 | 1000101 | 1011110 |
Color Harmonies of #E4F2FA
Complementary color
Monochromatic Colors of #E4F2FA
Black with #E4F2FA
Text Example
Text Example
White with #E4F2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F2FA; }
p { color: rgb(228,242,250); }
H1.HeaderClassName
{
color: #E4F2FA;
}
.AnyTagClassName
{
color: #E4F2FA;
}
</style>
background-color css
<style>
a { background-color: #E4F2FA; }
a { background-color: rgb(228,242,250); }
div.DivClassName
{
background-color: #E4F2FA;
}
.BgClassName
{
background-color: #E4F2FA;
}
</style>
border-color css
<style>
span { border-color: #E4F2FA; }
span { border-color: rgb(228,242,250); }
td.TdClassName
{
border-color: #E4F2FA;
}
.TagClassName
{
border-color: #E4F2FA;
}
</style>