Shades of Azure #EBF0F0
Tints of Azure #EBF0F0
RGB
CMYK
RGB Variations
Color information
#EBF0F0 (or 0xEBF0F0) is known color: Azure. HEX triplet: EB, F0 and F0. RGB value is (235,240,240). Sum of RGB (Red+Green+Blue) = 235+240+240=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 240 (94.14% from 255 or 33.57% from 715); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #EBF0F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF0F0 is #140F0F. Grayscale: #EEEEEE. Windows color (decimal): -1314576 or 15790315. OLE color: 15790315.
HSL color Cylindrical-coordinate representation of color #EBF0F0: hue angle of 180º degrees, saturation: 0.14, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBF0F0 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 240 | 240 | - |
| CMYK | 0.02 | 0 | 0 | 0.06 |
| HSL | 180º | 0.14% | 0.93% | - |
| HSV(B) | 180º | 0.02% | 0.94% | - |
| XYZ | 81.15 | 86.27 | 94.81 | - |
| YUV | 238.51 | 128.84 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 240 | 240 | 0.02 | 0 | 0 | 0.06 | 180 | 0.14 | 0.93 |
| Hex | EB | F0 | F0 | 2 | 0 | 0 | 6 | B4 | E | 5D |
| Octal | 353 | 360 | 360 | 2 | 0 | 0 | 6 | 264 | 16 | 135 |
| Binary | 11101011 | 11110000 | 11110000 | 10 | 0 | 0 | 110 | 10110100 | 1110 | 1011101 |
Color Harmonies of #EBF0F0
Complementary color
Monochromatic Colors of #EBF0F0
Black with #EBF0F0
Text Example
Text Example
White with #EBF0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF0F0; }
p { color: rgb(235,240,240); }
H1.HeaderClassName
{
color: #EBF0F0;
}
.AnyTagClassName
{
color: #EBF0F0;
}
</style>
background-color css
<style>
a { background-color: #EBF0F0; }
a { background-color: rgb(235,240,240); }
div.DivClassName
{
background-color: #EBF0F0;
}
.BgClassName
{
background-color: #EBF0F0;
}
</style>
border-color css
<style>
span { border-color: #EBF0F0; }
span { border-color: rgb(235,240,240); }
td.TdClassName
{
border-color: #EBF0F0;
}
.TagClassName
{
border-color: #EBF0F0;
}
</style>