Shades of Alice Blue #E5F1FF
Tints of Alice Blue #E5F1FF
RGB
CMYK
RGB Variations
Color information
#E5F1FF (or 0xE5F1FF) is known color: Alice Blue. HEX triplet: E5, F1 and FF. RGB value is (229,241,255). Sum of RGB (Red+Green+Blue) = 229+241+255=725 (96% of max value = 765). Red value is 229 (89.84% from 255 or 31.59% from 725); Green value is 241 (94.53% from 255 or 33.24% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5F1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5F1FF is #1A0E00. Grayscale: #EEEEEE. Windows color (decimal): -1707521 or 16773605. OLE color: 16773605.
HSL color Cylindrical-coordinate representation of color #E5F1FF: hue angle of 212.31º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5F1FF is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 241 | 255 | - |
| CMYK | 0.10 | 0.05 | 0 | 0 |
| HSL | 212.31º | 1% | 0.95% | - |
| HSV(B) | 212.31º | 0.1% | 1% | - |
| XYZ | 81.82 | 86.79 | 107.05 | - |
| YUV | 239.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 241 | 255 | 0.10 | 0.05 | 0 | 0 | 212.31 | 1 | 0.95 |
| Hex | E5 | F1 | FF | A | 5 | 0 | 0 | D4 | 64 | 5F |
| Octal | 345 | 361 | 377 | 12 | 5 | 0 | 0 | 324 | 144 | 137 |
| Binary | 11100101 | 11110001 | 11111111 | 1010 | 101 | 0 | 0 | 11010100 | 1100100 | 1011111 |
Color Harmonies of #E5F1FF
Complementary color
Monochromatic Colors of #E5F1FF
Black with #E5F1FF
Text Example
Text Example
White with #E5F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F1FF; }
p { color: rgb(229,241,255); }
H1.HeaderClassName
{
color: #E5F1FF;
}
.AnyTagClassName
{
color: #E5F1FF;
}
</style>
background-color css
<style>
a { background-color: #E5F1FF; }
a { background-color: rgb(229,241,255); }
div.DivClassName
{
background-color: #E5F1FF;
}
.BgClassName
{
background-color: #E5F1FF;
}
</style>
border-color css
<style>
span { border-color: #E5F1FF; }
span { border-color: rgb(229,241,255); }
td.TdClassName
{
border-color: #E5F1FF;
}
.TagClassName
{
border-color: #E5F1FF;
}
</style>