Shades of Alice Blue #E5F3FF
Tints of Alice Blue #E5F3FF
RGB
CMYK
RGB Variations
Color information
#E5F3FF (or 0xE5F3FF) is known color: Alice Blue. HEX triplet: E5, F3 and FF. RGB value is (229,243,255). Sum of RGB (Red+Green+Blue) = 229+243+255=727 (96% of max value = 765). Red value is 229 (89.84% from 255 or 31.50% from 727); Green value is 243 (95.31% from 255 or 33.43% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5F3FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5F3FF is #1A0C00. Grayscale: #F0F0F0. Windows color (decimal): -1707009 or 16774117. OLE color: 16774117.
HSL color Cylindrical-coordinate representation of color #E5F3FF: hue angle of 207.69º 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 #E5F3FF is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 243 | 255 | - |
| CMYK | 0.10 | 0.05 | 0 | 0 |
| HSL | 207.69º | 1% | 0.95% | - |
| HSV(B) | 207.69º | 0.1% | 1% | - |
| XYZ | 82.41 | 87.98 | 107.25 | - |
| YUV | 240.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 243 | 255 | 0.10 | 0.05 | 0 | 0 | 207.69 | 1 | 0.95 |
| Hex | E5 | F3 | FF | A | 5 | 0 | 0 | D0 | 64 | 5F |
| Octal | 345 | 363 | 377 | 12 | 5 | 0 | 0 | 320 | 144 | 137 |
| Binary | 11100101 | 11110011 | 11111111 | 1010 | 101 | 0 | 0 | 11010000 | 1100100 | 1011111 |
Color Harmonies of #E5F3FF
Complementary color
Monochromatic Colors of #E5F3FF
Black with #E5F3FF
Text Example
Text Example
White with #E5F3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F3FF; }
p { color: rgb(229,243,255); }
H1.HeaderClassName
{
color: #E5F3FF;
}
.AnyTagClassName
{
color: #E5F3FF;
}
</style>
background-color css
<style>
a { background-color: #E5F3FF; }
a { background-color: rgb(229,243,255); }
div.DivClassName
{
background-color: #E5F3FF;
}
.BgClassName
{
background-color: #E5F3FF;
}
</style>
border-color css
<style>
span { border-color: #E5F3FF; }
span { border-color: rgb(229,243,255); }
td.TdClassName
{
border-color: #E5F3FF;
}
.TagClassName
{
border-color: #E5F3FF;
}
</style>