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