Shades of Azure #E9FEFD
Tints of Azure #E9FEFD
RGB
CMYK
RGB Variations
Color information
#E9FEFD (or 0xE9FEFD) is known color: Azure. HEX triplet: E9, FE and FD. RGB value is (233,254,253). Sum of RGB (Red+Green+Blue) = 233+254+253=740 (98% of max value = 765). Red value is 233 (91.41% from 255 or 31.49% from 740); Green value is 254 (99.61% from 255 or 34.32% from 740); Blue value is 253 (99.22% from 255 or 34.19% from 740); Max value from RGB is 254 - color contains mainly: green. Hex color #E9FEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FEFD is #160102. Grayscale: #F7F7F7. Windows color (decimal): -1442051 or 16645865. OLE color: 16645865.
HSL color Cylindrical-coordinate representation of color #E9FEFD: hue angle of 177.14º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9FEFD is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 254 | 253 | - |
| CMYK | 0.08 | 0 | 0.00 | 0.00 |
| HSL | 177.14º | 0.91% | 0.95% | - |
| HSV(B) | 177.14º | 0.08% | 1% | - |
| XYZ | 86.78 | 95.3 | 106.75 | - |
| YUV | 247.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 254 | 253 | 0.08 | 0 | 0.00 | 0.00 | 177.14 | 0.91 | 0.95 |
| Hex | E9 | FE | FD | 8 | 0 | 0 | 0 | B1 | 5B | 5F |
| Octal | 351 | 376 | 375 | 10 | 0 | 0 | 0 | 261 | 133 | 137 |
| Binary | 11101001 | 11111110 | 11111101 | 1000 | 0 | 0 | 0 | 10110001 | 1011011 | 1011111 |
Color Harmonies of #E9FEFD
Complementary color
Monochromatic Colors of #E9FEFD
Black with #E9FEFD
Text Example
Text Example
White with #E9FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FEFD; }
p { color: rgb(233,254,253); }
H1.HeaderClassName
{
color: #E9FEFD;
}
.AnyTagClassName
{
color: #E9FEFD;
}
</style>
background-color css
<style>
a { background-color: #E9FEFD; }
a { background-color: rgb(233,254,253); }
div.DivClassName
{
background-color: #E9FEFD;
}
.BgClassName
{
background-color: #E9FEFD;
}
</style>
border-color css
<style>
span { border-color: #E9FEFD; }
span { border-color: rgb(233,254,253); }
td.TdClassName
{
border-color: #E9FEFD;
}
.TagClassName
{
border-color: #E9FEFD;
}
</style>