Shades of Azure #EEFFFC
Tints of Azure #EEFFFC
RGB
CMYK
RGB Variations
Color information
#EEFFFC (or 0xEEFFFC) is known color: Azure. HEX triplet: EE, FF and FC. RGB value is (238,255,252). Sum of RGB (Red+Green+Blue) = 238+255+252=745 (98% of max value = 765). Red value is 238 (93.36% from 255 or 31.95% from 745); Green value is 255 (100% from 255 or 34.23% from 745); Blue value is 252 (98.83% from 255 or 33.83% from 745); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFFFC is #110003. Grayscale: #F9F9F9. Windows color (decimal): -1114116 or 16580590. OLE color: 16580590.
HSL color Cylindrical-coordinate representation of color #EEFFFC: hue angle of 169.41º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEFFFC is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 238 | 255 | 252 | - |
CMYK | 0.07 | 0 | 0.01 | 0 |
HSL | 169.41º | 1% | 0.97% | - |
HSV(B) | 169.41º | 0.07% | 1% | - |
XYZ | 88.59 | 96.73 | 106.1 | - |
YUV | 249.58 | 129.37 | 119.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 255 | 252 | 0.07 | 0 | 0.01 | 0 | 169.41 | 1 | 0.97 |
Hex | EE | FF | FC | 7 | 0 | 1 | 0 | A9 | 64 | 61 |
Octal | 356 | 377 | 374 | 7 | 0 | 1 | 0 | 251 | 144 | 141 |
Binary | 11101110 | 11111111 | 11111100 | 111 | 0 | 1 | 0 | 10101001 | 1100100 | 1100001 |
Color Harmonies of #EEFFFC
Complementary color
Monochromatic Colors of #EEFFFC
Black with #EEFFFC
Text Example
Text Example
White with #EEFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFFC; }
p { color: rgb(238,255,252); }
H1.HeaderClassName
{
color: #EEFFFC;
}
.AnyTagClassName
{
color: #EEFFFC;
}
</style>
background-color css
<style>
a { background-color: #EEFFFC; }
a { background-color: rgb(238,255,252); }
div.DivClassName
{
background-color: #EEFFFC;
}
.BgClassName
{
background-color: #EEFFFC;
}
</style>
border-color css
<style>
span { border-color: #EEFFFC; }
span { border-color: rgb(238,255,252); }
td.TdClassName
{
border-color: #EEFFFC;
}
.TagClassName
{
border-color: #EEFFFC;
}
</style>