Shades of Alice Blue #E0F1FA
Tints of Alice Blue #E0F1FA
RGB
CMYK
RGB Variations
Color information
#E0F1FA (or 0xE0F1FA) is known color: Alice Blue. HEX triplet: E0, F1 and FA. RGB value is (224,241,250). Sum of RGB (Red+Green+Blue) = 224+241+250=715 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.33% from 715); Green value is 241 (94.53% from 255 or 33.71% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0F1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F1FA is #1F0E05. Grayscale: #ECECEC. Windows color (decimal): -2035206 or 16445920. OLE color: 16445920.
HSL color Cylindrical-coordinate representation of color #E0F1FA: hue angle of 200.77º degrees, saturation: 0.72, 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 #E0F1FA is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 241 | 250 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.02 |
| HSL | 200.77º | 0.72% | 0.93% | - |
| HSV(B) | 200.77º | 0.1% | 0.98% | - |
| XYZ | 79.45 | 85.66 | 102.79 | - |
| YUV | 236.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 241 | 250 | 0.10 | 0.04 | 0 | 0.02 | 200.77 | 0.72 | 0.93 |
| Hex | E0 | F1 | FA | A | 4 | 0 | 2 | C9 | 48 | 5D |
| Octal | 340 | 361 | 372 | 12 | 4 | 0 | 2 | 311 | 110 | 135 |
| Binary | 11100000 | 11110001 | 11111010 | 1010 | 100 | 0 | 10 | 11001001 | 1001000 | 1011101 |
Color Harmonies of #E0F1FA
Complementary color
Monochromatic Colors of #E0F1FA
Black with #E0F1FA
Text Example
Text Example
White with #E0F1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F1FA; }
p { color: rgb(224,241,250); }
H1.HeaderClassName
{
color: #E0F1FA;
}
.AnyTagClassName
{
color: #E0F1FA;
}
</style>
background-color css
<style>
a { background-color: #E0F1FA; }
a { background-color: rgb(224,241,250); }
div.DivClassName
{
background-color: #E0F1FA;
}
.BgClassName
{
background-color: #E0F1FA;
}
</style>
border-color css
<style>
span { border-color: #E0F1FA; }
span { border-color: rgb(224,241,250); }
td.TdClassName
{
border-color: #E0F1FA;
}
.TagClassName
{
border-color: #E0F1FA;
}
</style>