Shades of Alice Blue #E5F5FE
Tints of Alice Blue #E5F5FE
RGB
CMYK
RGB Variations
Color information
#E5F5FE (or 0xE5F5FE) is known color: Alice Blue. HEX triplet: E5, F5 and FE. RGB value is (229,245,254). Sum of RGB (Red+Green+Blue) = 229+245+254=728 (96% of max value = 765). Red value is 229 (89.84% from 255 or 31.46% from 728); Green value is 245 (96.09% from 255 or 33.65% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5F5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5F5FE is #1A0A01. Grayscale: #F1F1F1. Windows color (decimal): -1706498 or 16709093. OLE color: 16709093.
HSL color Cylindrical-coordinate representation of color #E5F5FE: hue angle of 201.6º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5F5FE is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 245 | 254 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.00 |
| HSL | 201.6º | 0.93% | 0.95% | - |
| HSV(B) | 201.6º | 0.1% | 1% | - |
| XYZ | 82.85 | 89.12 | 106.6 | - |
| YUV | 241.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 245 | 254 | 0.10 | 0.04 | 0 | 0.00 | 201.6 | 0.93 | 0.95 |
| Hex | E5 | F5 | FE | A | 4 | 0 | 0 | CA | 5D | 5F |
| Octal | 345 | 365 | 376 | 12 | 4 | 0 | 0 | 312 | 135 | 137 |
| Binary | 11100101 | 11110101 | 11111110 | 1010 | 100 | 0 | 0 | 11001010 | 1011101 | 1011111 |
Color Harmonies of #E5F5FE
Complementary color
Monochromatic Colors of #E5F5FE
Black with #E5F5FE
Text Example
Text Example
White with #E5F5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F5FE; }
p { color: rgb(229,245,254); }
H1.HeaderClassName
{
color: #E5F5FE;
}
.AnyTagClassName
{
color: #E5F5FE;
}
</style>
background-color css
<style>
a { background-color: #E5F5FE; }
a { background-color: rgb(229,245,254); }
div.DivClassName
{
background-color: #E5F5FE;
}
.BgClassName
{
background-color: #E5F5FE;
}
</style>
border-color css
<style>
span { border-color: #E5F5FE; }
span { border-color: rgb(229,245,254); }
td.TdClassName
{
border-color: #E5F5FE;
}
.TagClassName
{
border-color: #E5F5FE;
}
</style>