Shades of Alice Blue #EEFBFF
Tints of Alice Blue #EEFBFF
RGB
CMYK
RGB Variations
Color information
#EEFBFF (or 0xEEFBFF) is known color: Alice Blue. HEX triplet: EE, FB and FF. RGB value is (238,251,255). Sum of RGB (Red+Green+Blue) = 238+251+255=744 (98% of max value = 765). Red value is 238 (93.36% from 255 or 31.99% from 744); Green value is 251 (98.44% from 255 or 33.74% from 744); Blue value is 255 (100% from 255 or 34.27% from 744); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEFBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFBFF is #110400. Grayscale: #F7F7F7. Windows color (decimal): -1115137 or 16776174. OLE color: 16776174.
HSL color Cylindrical-coordinate representation of color #EEFBFF: hue angle of 194.12º 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 #EEFBFF is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 251 | 255 | - |
| CMYK | 0.07 | 0.02 | 0 | 0 |
| HSL | 194.12º | 1% | 0.97% | - |
| HSV(B) | 194.12º | 0.07% | 1% | - |
| XYZ | 87.81 | 94.39 | 108.2 | - |
| YUV | 247.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 251 | 255 | 0.07 | 0.02 | 0 | 0 | 194.12 | 1 | 0.97 |
| Hex | EE | FB | FF | 7 | 2 | 0 | 0 | C2 | 64 | 61 |
| Octal | 356 | 373 | 377 | 7 | 2 | 0 | 0 | 302 | 144 | 141 |
| Binary | 11101110 | 11111011 | 11111111 | 111 | 10 | 0 | 0 | 11000010 | 1100100 | 1100001 |
Color Harmonies of #EEFBFF
Complementary color
Monochromatic Colors of #EEFBFF
Black with #EEFBFF
Text Example
Text Example
White with #EEFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFBFF; }
p { color: rgb(238,251,255); }
H1.HeaderClassName
{
color: #EEFBFF;
}
.AnyTagClassName
{
color: #EEFBFF;
}
</style>
background-color css
<style>
a { background-color: #EEFBFF; }
a { background-color: rgb(238,251,255); }
div.DivClassName
{
background-color: #EEFBFF;
}
.BgClassName
{
background-color: #EEFBFF;
}
</style>
border-color css
<style>
span { border-color: #EEFBFF; }
span { border-color: rgb(238,251,255); }
td.TdClassName
{
border-color: #EEFBFF;
}
.TagClassName
{
border-color: #EEFBFF;
}
</style>