Shades of Alice Blue #EEF5FE
Tints of Alice Blue #EEF5FE
RGB
CMYK
RGB Variations
Color information
#EEF5FE (or 0xEEF5FE) is known color: Alice Blue. HEX triplet: EE, F5 and FE. RGB value is (238,245,254). Sum of RGB (Red+Green+Blue) = 238+245+254=737 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.29% from 737); Green value is 245 (96.09% from 255 or 33.24% from 737); Blue value is 254 (99.61% from 255 or 34.46% from 737); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEF5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF5FE is #110A01. Grayscale: #F3F3F3. Windows color (decimal): -1116674 or 16709102. OLE color: 16709102.
HSL color Cylindrical-coordinate representation of color #EEF5FE: hue angle of 213.75º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEF5FE is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 245 | 254 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.00 |
| HSL | 213.75º | 0.89% | 0.96% | - |
| HSV(B) | 213.75º | 0.06% | 1% | - |
| XYZ | 85.8 | 90.64 | 106.74 | - |
| YUV | 243.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 254 | 0.06 | 0.04 | 0 | 0.00 | 213.75 | 0.89 | 0.96 |
| Hex | EE | F5 | FE | 6 | 4 | 0 | 0 | D6 | 59 | 60 |
| Octal | 356 | 365 | 376 | 6 | 4 | 0 | 0 | 326 | 131 | 140 |
| Binary | 11101110 | 11110101 | 11111110 | 110 | 100 | 0 | 0 | 11010110 | 1011001 | 1100000 |
Color Harmonies of #EEF5FE
Complementary color
Monochromatic Colors of #EEF5FE
Black with #EEF5FE
Text Example
Text Example
White with #EEF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF5FE; }
p { color: rgb(238,245,254); }
H1.HeaderClassName
{
color: #EEF5FE;
}
.AnyTagClassName
{
color: #EEF5FE;
}
</style>
background-color css
<style>
a { background-color: #EEF5FE; }
a { background-color: rgb(238,245,254); }
div.DivClassName
{
background-color: #EEF5FE;
}
.BgClassName
{
background-color: #EEF5FE;
}
</style>
border-color css
<style>
span { border-color: #EEF5FE; }
span { border-color: rgb(238,245,254); }
td.TdClassName
{
border-color: #EEF5FE;
}
.TagClassName
{
border-color: #EEF5FE;
}
</style>