Shades of Alice Blue #EEF5FF
Tints of Alice Blue #EEF5FF
RGB
CMYK
RGB Variations
Color information
#EEF5FF (or 0xEEF5FF) is known color: Alice Blue. HEX triplet: EE, F5 and FF. RGB value is (238,245,255). Sum of RGB (Red+Green+Blue) = 238+245+255=738 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.25% from 738); Green value is 245 (96.09% from 255 or 33.20% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEF5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF5FF is #110A00. Grayscale: #F4F4F4. Windows color (decimal): -1116673 or 16774638. OLE color: 16774638.
HSL color Cylindrical-coordinate representation of color #EEF5FF: hue angle of 215.29º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEF5FF is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 245 | 255 | - |
| CMYK | 0.07 | 0.04 | 0 | 0 |
| HSL | 215.29º | 1% | 0.97% | - |
| HSV(B) | 215.29º | 0.07% | 1% | - |
| XYZ | 85.96 | 90.7 | 107.58 | - |
| YUV | 244.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 255 | 0.07 | 0.04 | 0 | 0 | 215.29 | 1 | 0.97 |
| Hex | EE | F5 | FF | 7 | 4 | 0 | 0 | D7 | 64 | 61 |
| Octal | 356 | 365 | 377 | 7 | 4 | 0 | 0 | 327 | 144 | 141 |
| Binary | 11101110 | 11110101 | 11111111 | 111 | 100 | 0 | 0 | 11010111 | 1100100 | 1100001 |
Color Harmonies of #EEF5FF
Complementary color
Monochromatic Colors of #EEF5FF
Black with #EEF5FF
Text Example
Text Example
White with #EEF5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF5FF; }
p { color: rgb(238,245,255); }
H1.HeaderClassName
{
color: #EEF5FF;
}
.AnyTagClassName
{
color: #EEF5FF;
}
</style>
background-color css
<style>
a { background-color: #EEF5FF; }
a { background-color: rgb(238,245,255); }
div.DivClassName
{
background-color: #EEF5FF;
}
.BgClassName
{
background-color: #EEF5FF;
}
</style>
border-color css
<style>
span { border-color: #EEF5FF; }
span { border-color: rgb(238,245,255); }
td.TdClassName
{
border-color: #EEF5FF;
}
.TagClassName
{
border-color: #EEF5FF;
}
</style>