Shades of Azure #E9FFFD
Tints of Azure #E9FFFD
RGB
CMYK
RGB Variations
Color information
#E9FFFD (or 0xE9FFFD) is known color: Azure. HEX triplet: E9, FF and FD. RGB value is (233,255,253). Sum of RGB (Red+Green+Blue) = 233+255+253=741 (98% of max value = 765). Red value is 233 (91.41% from 255 or 31.44% from 741); Green value is 255 (100% from 255 or 34.41% from 741); Blue value is 253 (99.22% from 255 or 34.14% from 741); Max value from RGB is 255 - color contains mainly: green. Hex color #E9FFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FFFD is #160002. Grayscale: #F8F8F8. Windows color (decimal): -1441795 or 16646121. OLE color: 16646121.
HSL color Cylindrical-coordinate representation of color #E9FFFD: hue angle of 174.55º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9FFFD is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 255 | 253 | - |
| CMYK | 0.09 | 0 | 0.01 | 0 |
| HSL | 174.55º | 1% | 0.96% | - |
| HSV(B) | 174.55º | 0.09% | 1% | - |
| XYZ | 87.09 | 95.94 | 106.86 | - |
| YUV | 248.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 255 | 253 | 0.09 | 0 | 0.01 | 0 | 174.55 | 1 | 0.96 |
| Hex | E9 | FF | FD | 9 | 0 | 1 | 0 | AF | 64 | 60 |
| Octal | 351 | 377 | 375 | 11 | 0 | 1 | 0 | 257 | 144 | 140 |
| Binary | 11101001 | 11111111 | 11111101 | 1001 | 0 | 1 | 0 | 10101111 | 1100100 | 1100000 |
Color Harmonies of #E9FFFD
Complementary color
Monochromatic Colors of #E9FFFD
Black with #E9FFFD
Text Example
Text Example
White with #E9FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FFFD; }
p { color: rgb(233,255,253); }
H1.HeaderClassName
{
color: #E9FFFD;
}
.AnyTagClassName
{
color: #E9FFFD;
}
</style>
background-color css
<style>
a { background-color: #E9FFFD; }
a { background-color: rgb(233,255,253); }
div.DivClassName
{
background-color: #E9FFFD;
}
.BgClassName
{
background-color: #E9FFFD;
}
</style>
border-color css
<style>
span { border-color: #E9FFFD; }
span { border-color: rgb(233,255,253); }
td.TdClassName
{
border-color: #E9FFFD;
}
.TagClassName
{
border-color: #E9FFFD;
}
</style>