Shades of Alice Blue #E2F2FA
Tints of Alice Blue #E2F2FA
RGB
CMYK
RGB Variations
Color information
#E2F2FA (or 0xE2F2FA) is known color: Alice Blue. HEX triplet: E2, F2 and FA. RGB value is (226,242,250). Sum of RGB (Red+Green+Blue) = 226+242+250=718 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.48% from 718); Green value is 242 (94.92% from 255 or 33.70% 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 #E2F2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F2FA is #1D0D05. Grayscale: #EEEEEE. Windows color (decimal): -1903878 or 16446178. OLE color: 16446178.
HSL color Cylindrical-coordinate representation of color #E2F2FA: hue angle of 200º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2F2FA is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 242 | 250 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.02 |
| HSL | 200º | 0.71% | 0.93% | - |
| HSV(B) | 200º | 0.1% | 0.98% | - |
| XYZ | 80.37 | 86.58 | 102.92 | - |
| YUV | 238.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 250 | 0.10 | 0.03 | 0 | 0.02 | 200 | 0.71 | 0.93 |
| Hex | E2 | F2 | FA | A | 3 | 0 | 2 | C8 | 47 | 5D |
| Octal | 342 | 362 | 372 | 12 | 3 | 0 | 2 | 310 | 107 | 135 |
| Binary | 11100010 | 11110010 | 11111010 | 1010 | 11 | 0 | 10 | 11001000 | 1000111 | 1011101 |
Color Harmonies of #E2F2FA
Complementary color
Monochromatic Colors of #E2F2FA
Black with #E2F2FA
Text Example
Text Example
White with #E2F2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F2FA; }
p { color: rgb(226,242,250); }
H1.HeaderClassName
{
color: #E2F2FA;
}
.AnyTagClassName
{
color: #E2F2FA;
}
</style>
background-color css
<style>
a { background-color: #E2F2FA; }
a { background-color: rgb(226,242,250); }
div.DivClassName
{
background-color: #E2F2FA;
}
.BgClassName
{
background-color: #E2F2FA;
}
</style>
border-color css
<style>
span { border-color: #E2F2FA; }
span { border-color: rgb(226,242,250); }
td.TdClassName
{
border-color: #E2F2FA;
}
.TagClassName
{
border-color: #E2F2FA;
}
</style>