Shades of Azure #EEFFFF
Tints of Azure #EEFFFF
RGB
CMYK
RGB Variations
Color information
#EEFFFF (or 0xEEFFFF) is known color: Azure. HEX triplet: EE, FF and FF. RGB value is (238,255,255). Sum of RGB (Red+Green+Blue) = 238+255+255=748 (99% of max value = 765). Red value is 238 (93.36% from 255 or 31.82% from 748); Green value is 255 (100% from 255 or 34.09% from 748); Blue value is 255 (100% from 255 or 34.09% from 748); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #EEFFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFFFF is #110000. Grayscale: #F9F9F9. Windows color (decimal): -1114113 or 16777198. OLE color: 16777198.
HSL color Cylindrical-coordinate representation of color #EEFFFF: hue angle of 180º 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 #EEFFFF is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 238 | 255 | 255 | - |
CMYK | 0.07 | 0 | 0 | 0 |
HSL | 180º | 1% | 0.97% | - |
HSV(B) | 180º | 0.07% | 1% | - |
XYZ | 89.07 | 96.92 | 108.62 | - |
YUV | 249.92 | 130.87 | 119.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 255 | 255 | 0.07 | 0 | 0 | 0 | 180 | 1 | 0.97 |
Hex | EE | FF | FF | 7 | 0 | 0 | 0 | B4 | 64 | 61 |
Octal | 356 | 377 | 377 | 7 | 0 | 0 | 0 | 264 | 144 | 141 |
Binary | 11101110 | 11111111 | 11111111 | 111 | 0 | 0 | 0 | 10110100 | 1100100 | 1100001 |
Color Harmonies of #EEFFFF
Complementary color
Monochromatic Colors of #EEFFFF
Black with #EEFFFF
Text Example
Text Example
White with #EEFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFFF; }
p { color: rgb(238,255,255); }
H1.HeaderClassName
{
color: #EEFFFF;
}
.AnyTagClassName
{
color: #EEFFFF;
}
</style>
background-color css
<style>
a { background-color: #EEFFFF; }
a { background-color: rgb(238,255,255); }
div.DivClassName
{
background-color: #EEFFFF;
}
.BgClassName
{
background-color: #EEFFFF;
}
</style>
border-color css
<style>
span { border-color: #EEFFFF; }
span { border-color: rgb(238,255,255); }
td.TdClassName
{
border-color: #EEFFFF;
}
.TagClassName
{
border-color: #EEFFFF;
}
</style>