Shades of Alice Blue #E8F2FA
Tints of Alice Blue #E8F2FA
RGB
CMYK
RGB Variations
Color information
#E8F2FA (or 0xE8F2FA) is known color: Alice Blue. HEX triplet: E8, F2 and FA. RGB value is (232,242,250). Sum of RGB (Red+Green+Blue) = 232+242+250=724 (95% of max value = 765). Red value is 232 (91.02% from 255 or 32.04% from 724); Green value is 242 (94.92% from 255 or 33.43% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8F2FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8F2FA is #170D05. Grayscale: #EFEFEF. Windows color (decimal): -1510662 or 16446184. OLE color: 16446184.
HSL color Cylindrical-coordinate representation of color #E8F2FA: hue angle of 206.67º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E8F2FA is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 242 | 250 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.02 |
| HSL | 206.67º | 0.64% | 0.95% | - |
| HSV(B) | 206.67º | 0.07% | 0.98% | - |
| XYZ | 82.29 | 87.56 | 103.01 | - |
| YUV | 239.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 242 | 250 | 0.07 | 0.03 | 0 | 0.02 | 206.67 | 0.64 | 0.95 |
| Hex | E8 | F2 | FA | 7 | 3 | 0 | 2 | CF | 40 | 5F |
| Octal | 350 | 362 | 372 | 7 | 3 | 0 | 2 | 317 | 100 | 137 |
| Binary | 11101000 | 11110010 | 11111010 | 111 | 11 | 0 | 10 | 11001111 | 1000000 | 1011111 |
Color Harmonies of #E8F2FA
Complementary color
Monochromatic Colors of #E8F2FA
Black with #E8F2FA
Text Example
Text Example
White with #E8F2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F2FA; }
p { color: rgb(232,242,250); }
H1.HeaderClassName
{
color: #E8F2FA;
}
.AnyTagClassName
{
color: #E8F2FA;
}
</style>
background-color css
<style>
a { background-color: #E8F2FA; }
a { background-color: rgb(232,242,250); }
div.DivClassName
{
background-color: #E8F2FA;
}
.BgClassName
{
background-color: #E8F2FA;
}
</style>
border-color css
<style>
span { border-color: #E8F2FA; }
span { border-color: rgb(232,242,250); }
td.TdClassName
{
border-color: #E8F2FA;
}
.TagClassName
{
border-color: #E8F2FA;
}
</style>