Shades of Alice Blue #EBF0F4
Tints of Alice Blue #EBF0F4
RGB
CMYK
RGB Variations
Color information
#EBF0F4 (or 0xEBF0F4) is known color: Alice Blue. HEX triplet: EB, F0 and F4. RGB value is (235,240,244). Sum of RGB (Red+Green+Blue) = 235+240+244=719 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.68% from 719); Green value is 240 (94.14% from 255 or 33.38% from 719); Blue value is 244 (95.70% from 255 or 33.94% from 719); Max value from RGB is 244 - color contains mainly: blue. Hex color #EBF0F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF0F4 is #140F0B. Grayscale: #EEEEEE. Windows color (decimal): -1314572 or 16052459. OLE color: 16052459.
HSL color Cylindrical-coordinate representation of color #EBF0F4: hue angle of 206.67º degrees, saturation: 0.29, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBF0F4 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 235 | 240 | 244 | - |
CMYK | 0.04 | 0.02 | 0 | 0.04 |
HSL | 206.67º | 0.29% | 0.94% | - |
HSV(B) | 206.67º | 0.04% | 0.96% | - |
XYZ | 81.75 | 86.51 | 97.98 | - |
YUV | 238.96 | 130.84 | 125.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 240 | 244 | 0.04 | 0.02 | 0 | 0.04 | 206.67 | 0.29 | 0.94 |
Hex | EB | F0 | F4 | 4 | 2 | 0 | 4 | CF | 1D | 5E |
Octal | 353 | 360 | 364 | 4 | 2 | 0 | 4 | 317 | 35 | 136 |
Binary | 11101011 | 11110000 | 11110100 | 100 | 10 | 0 | 100 | 11001111 | 11101 | 1011110 |
Color Harmonies of #EBF0F4
Complementary color
Monochromatic Colors of #EBF0F4
Black with #EBF0F4
Text Example
Text Example
White with #EBF0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF0F4; }
p { color: rgb(235,240,244); }
H1.HeaderClassName
{
color: #EBF0F4;
}
.AnyTagClassName
{
color: #EBF0F4;
}
</style>
background-color css
<style>
a { background-color: #EBF0F4; }
a { background-color: rgb(235,240,244); }
div.DivClassName
{
background-color: #EBF0F4;
}
.BgClassName
{
background-color: #EBF0F4;
}
</style>
border-color css
<style>
span { border-color: #EBF0F4; }
span { border-color: rgb(235,240,244); }
td.TdClassName
{
border-color: #EBF0F4;
}
.TagClassName
{
border-color: #EBF0F4;
}
</style>