Shades of Alice Blue #E0F5FE
Tints of Alice Blue #E0F5FE
RGB
CMYK
RGB Variations
Color information
#E0F5FE (or 0xE0F5FE) is known color: Alice Blue. HEX triplet: E0, F5 and FE. RGB value is (224,245,254). Sum of RGB (Red+Green+Blue) = 224+245+254=723 (95% of max value = 765). Red value is 224 (87.89% from 255 or 30.98% from 723); Green value is 245 (96.09% from 255 or 33.89% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0F5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F5FE is #1F0A01. Grayscale: #EFEFEF. Windows color (decimal): -2034178 or 16709088. OLE color: 16709088.
HSL color Cylindrical-coordinate representation of color #E0F5FE: hue angle of 198º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0F5FE is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 245 | 254 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.00 |
| HSL | 198º | 0.94% | 0.94% | - |
| HSV(B) | 198º | 0.12% | 1% | - |
| XYZ | 81.28 | 88.31 | 106.53 | - |
| YUV | 239.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 245 | 254 | 0.12 | 0.04 | 0 | 0.00 | 198 | 0.94 | 0.94 |
| Hex | E0 | F5 | FE | C | 4 | 0 | 0 | C6 | 5E | 5E |
| Octal | 340 | 365 | 376 | 14 | 4 | 0 | 0 | 306 | 136 | 136 |
| Binary | 11100000 | 11110101 | 11111110 | 1100 | 100 | 0 | 0 | 11000110 | 1011110 | 1011110 |
Color Harmonies of #E0F5FE
Complementary color
Monochromatic Colors of #E0F5FE
Black with #E0F5FE
Text Example
Text Example
White with #E0F5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F5FE; }
p { color: rgb(224,245,254); }
H1.HeaderClassName
{
color: #E0F5FE;
}
.AnyTagClassName
{
color: #E0F5FE;
}
</style>
background-color css
<style>
a { background-color: #E0F5FE; }
a { background-color: rgb(224,245,254); }
div.DivClassName
{
background-color: #E0F5FE;
}
.BgClassName
{
background-color: #E0F5FE;
}
</style>
border-color css
<style>
span { border-color: #E0F5FE; }
span { border-color: rgb(224,245,254); }
td.TdClassName
{
border-color: #E0F5FE;
}
.TagClassName
{
border-color: #E0F5FE;
}
</style>