Shades of Azure #EEFEFE
Tints of Azure #EEFEFE
RGB
CMYK
RGB Variations
Color information
#EEFEFE (or 0xEEFEFE) is known color: Azure. HEX triplet: EE, FE and FE. RGB value is (238,254,254). Sum of RGB (Red+Green+Blue) = 238+254+254=746 (98% of max value = 765). Red value is 238 (93.36% from 255 or 31.90% from 746); Green value is 254 (99.61% from 255 or 34.05% from 746); Blue value is 254 (99.61% from 255 or 34.05% from 746); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #EEFEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFEFE is #110101. Grayscale: #F9F9F9. Windows color (decimal): -1114370 or 16711406. OLE color: 16711406.
HSL color Cylindrical-coordinate representation of color #EEFEFE: hue angle of 180º 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 #EEFEFE is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 254 | - |
| CMYK | 0.06 | 0 | 0 | 0.00 |
| HSL | 180º | 0.89% | 0.96% | - |
| HSV(B) | 180º | 0.06% | 1% | - |
| XYZ | 88.59 | 96.22 | 107.67 | - |
| YUV | 249.22 | 130.7 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 254 | 0.06 | 0 | 0 | 0.00 | 180 | 0.89 | 0.96 |
| Hex | EE | FE | FE | 6 | 0 | 0 | 0 | B4 | 59 | 60 |
| Octal | 356 | 376 | 376 | 6 | 0 | 0 | 0 | 264 | 131 | 140 |
| Binary | 11101110 | 11111110 | 11111110 | 110 | 0 | 0 | 0 | 10110100 | 1011001 | 1100000 |
Color Harmonies of #EEFEFE
Complementary color
Monochromatic Colors of #EEFEFE
Black with #EEFEFE
Text Example
Text Example
White with #EEFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFEFE; }
p { color: rgb(238,254,254); }
H1.HeaderClassName
{
color: #EEFEFE;
}
.AnyTagClassName
{
color: #EEFEFE;
}
</style>
background-color css
<style>
a { background-color: #EEFEFE; }
a { background-color: rgb(238,254,254); }
div.DivClassName
{
background-color: #EEFEFE;
}
.BgClassName
{
background-color: #EEFEFE;
}
</style>
border-color css
<style>
span { border-color: #EEFEFE; }
span { border-color: rgb(238,254,254); }
td.TdClassName
{
border-color: #EEFEFE;
}
.TagClassName
{
border-color: #EEFEFE;
}
</style>