Shades of Azure #EEEFEF
Tints of Azure #EEEFEF
RGB
CMYK
RGB Variations
Color information
#EEEFEF (or 0xEEEFEF) is known color: Azure. HEX triplet: EE, EF and EF. RGB value is (238,239,239). Sum of RGB (Red+Green+Blue) = 238+239+239=716 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.24% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 239 (93.75% from 255 or 33.38% from 716); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #EEEFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEFEF is #111010. Grayscale: #EEEEEE. Windows color (decimal): -1118225 or 15724526. OLE color: 15724526.
HSL color Cylindrical-coordinate representation of color #EEEFEF: hue angle of 180º degrees, saturation: 0.03, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0%. Process color model (Four color, CMYK) of #EEEFEF is Cyan = 0.00, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 238 | 239 | 239 | - |
CMYK | 0.00 | 0 | 0 | 0.06 |
HSL | 180º | 0.03% | 0.94% | - |
HSV(B) | 180º | 0% | 0.94% | - |
XYZ | 81.71 | 86.14 | 93.98 | - |
YUV | 238.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 239 | 239 | 0.00 | 0 | 0 | 0.06 | 180 | 0.03 | 0.94 |
Hex | EE | EF | EF | 0 | 0 | 0 | 6 | B4 | 3 | 5E |
Octal | 356 | 357 | 357 | 0 | 0 | 0 | 6 | 264 | 3 | 136 |
Binary | 11101110 | 11101111 | 11101111 | 0 | 0 | 0 | 110 | 10110100 | 11 | 1011110 |
Color Harmonies of #EEEFEF
Complementary color
Monochromatic Colors of #EEEFEF
Black with #EEEFEF
Text Example
Text Example
White with #EEEFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEFEF; }
p { color: rgb(238,239,239); }
H1.HeaderClassName
{
color: #EEEFEF;
}
.AnyTagClassName
{
color: #EEEFEF;
}
</style>
background-color css
<style>
a { background-color: #EEEFEF; }
a { background-color: rgb(238,239,239); }
div.DivClassName
{
background-color: #EEEFEF;
}
.BgClassName
{
background-color: #EEEFEF;
}
</style>
border-color css
<style>
span { border-color: #EEEFEF; }
span { border-color: rgb(238,239,239); }
td.TdClassName
{
border-color: #EEEFEF;
}
.TagClassName
{
border-color: #EEEFEF;
}
</style>