Shades of Azure #EEFEFC
Tints of Azure #EEFEFC
RGB
CMYK
RGB Variations
Color information
#EEFEFC (or 0xEEFEFC) is known color: Azure. HEX triplet: EE, FE and FC. RGB value is (238,254,252). Sum of RGB (Red+Green+Blue) = 238+254+252=744 (98% of max value = 765). Red value is 238 (93.36% from 255 or 31.99% from 744); Green value is 254 (99.61% from 255 or 34.14% from 744); Blue value is 252 (98.83% from 255 or 33.87% from 744); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFEFC is #110103. Grayscale: #F8F8F8. Windows color (decimal): -1114372 or 16580334. OLE color: 16580334.
HSL color Cylindrical-coordinate representation of color #EEFEFC: hue angle of 172.5º 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 #EEFEFC is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 238 | 254 | 252 | - |
CMYK | 0.06 | 0 | 0.01 | 0.00 |
HSL | 172.5º | 0.89% | 0.96% | - |
HSV(B) | 172.5º | 0.06% | 1% | - |
XYZ | 88.27 | 96.09 | 105.99 | - |
YUV | 248.99 | 129.7 | 120.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 254 | 252 | 0.06 | 0 | 0.01 | 0.00 | 172.5 | 0.89 | 0.96 |
Hex | EE | FE | FC | 6 | 0 | 1 | 0 | AC | 59 | 60 |
Octal | 356 | 376 | 374 | 6 | 0 | 1 | 0 | 254 | 131 | 140 |
Binary | 11101110 | 11111110 | 11111100 | 110 | 0 | 1 | 0 | 10101100 | 1011001 | 1100000 |
Color Harmonies of #EEFEFC
Complementary color
Monochromatic Colors of #EEFEFC
Black with #EEFEFC
Text Example
Text Example
White with #EEFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFEFC; }
p { color: rgb(238,254,252); }
H1.HeaderClassName
{
color: #EEFEFC;
}
.AnyTagClassName
{
color: #EEFEFC;
}
</style>
background-color css
<style>
a { background-color: #EEFEFC; }
a { background-color: rgb(238,254,252); }
div.DivClassName
{
background-color: #EEFEFC;
}
.BgClassName
{
background-color: #EEFEFC;
}
</style>
border-color css
<style>
span { border-color: #EEFEFC; }
span { border-color: rgb(238,254,252); }
td.TdClassName
{
border-color: #EEFEFC;
}
.TagClassName
{
border-color: #EEFEFC;
}
</style>