Shades of Azure #EEFDFF
Tints of Azure #EEFDFF
RGB
CMYK
RGB Variations
Color information
#EEFDFF (or 0xEEFDFF) is known color: Azure. HEX triplet: EE, FD and FF. RGB value is (238,253,255). Sum of RGB (Red+Green+Blue) = 238+253+255=746 (98% of max value = 765). Red value is 238 (93.36% from 255 or 31.90% from 746); Green value is 253 (99.22% from 255 or 33.91% from 746); Blue value is 255 (100% from 255 or 34.18% from 746); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEFDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDFF is #110200. Grayscale: #F8F8F8. Windows color (decimal): -1114625 or 16776686. OLE color: 16776686.
HSL color Cylindrical-coordinate representation of color #EEFDFF: hue angle of 187.06º 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 #EEFDFF is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 238 | 253 | 255 | - |
CMYK | 0.07 | 0.01 | 0 | 0 |
HSL | 187.06º | 1% | 0.97% | - |
HSV(B) | 187.06º | 0.07% | 1% | - |
XYZ | 88.44 | 95.65 | 108.41 | - |
YUV | 248.74 | 131.53 | 120.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 255 | 0.07 | 0.01 | 0 | 0 | 187.06 | 1 | 0.97 |
Hex | EE | FD | FF | 7 | 1 | 0 | 0 | BB | 64 | 61 |
Octal | 356 | 375 | 377 | 7 | 1 | 0 | 0 | 273 | 144 | 141 |
Binary | 11101110 | 11111101 | 11111111 | 111 | 1 | 0 | 0 | 10111011 | 1100100 | 1100001 |
Color Harmonies of #EEFDFF
Complementary color
Monochromatic Colors of #EEFDFF
Black with #EEFDFF
Text Example
Text Example
White with #EEFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDFF; }
p { color: rgb(238,253,255); }
H1.HeaderClassName
{
color: #EEFDFF;
}
.AnyTagClassName
{
color: #EEFDFF;
}
</style>
background-color css
<style>
a { background-color: #EEFDFF; }
a { background-color: rgb(238,253,255); }
div.DivClassName
{
background-color: #EEFDFF;
}
.BgClassName
{
background-color: #EEFDFF;
}
</style>
border-color css
<style>
span { border-color: #EEFDFF; }
span { border-color: rgb(238,253,255); }
td.TdClassName
{
border-color: #EEFDFF;
}
.TagClassName
{
border-color: #EEFDFF;
}
</style>