Shades of Azure #E9FDF9
Tints of Azure #E9FDF9
RGB
CMYK
RGB Variations
Color information
#E9FDF9 (or 0xE9FDF9) is known color: Azure. HEX triplet: E9, FD and F9. RGB value is (233,253,249). Sum of RGB (Red+Green+Blue) = 233+253+249=735 (97% of max value = 765). Red value is 233 (91.41% from 255 or 31.70% from 735); Green value is 253 (99.22% from 255 or 34.42% from 735); Blue value is 249 (97.66% from 255 or 33.88% from 735); Max value from RGB is 253 - color contains mainly: green. Hex color #E9FDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FDF9 is #160206. Grayscale: #F6F6F6. Windows color (decimal): -1442311 or 16383465. OLE color: 16383465.
HSL color Cylindrical-coordinate representation of color #E9FDF9: hue angle of 168º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9FDF9 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 233 | 253 | 249 | - |
CMYK | 0.08 | 0 | 0.02 | 0.01 |
HSL | 168º | 0.83% | 0.95% | - |
HSV(B) | 168º | 0.08% | 0.99% | - |
XYZ | 85.83 | 94.41 | 103.32 | - |
YUV | 246.56 | 129.37 | 118.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 253 | 249 | 0.08 | 0 | 0.02 | 0.01 | 168 | 0.83 | 0.95 |
Hex | E9 | FD | F9 | 8 | 0 | 2 | 1 | A8 | 53 | 5F |
Octal | 351 | 375 | 371 | 10 | 0 | 2 | 1 | 250 | 123 | 137 |
Binary | 11101001 | 11111101 | 11111001 | 1000 | 0 | 10 | 1 | 10101000 | 1010011 | 1011111 |
Color Harmonies of #E9FDF9
Complementary color
Monochromatic Colors of #E9FDF9
Black with #E9FDF9
Text Example
Text Example
White with #E9FDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FDF9; }
p { color: rgb(233,253,249); }
H1.HeaderClassName
{
color: #E9FDF9;
}
.AnyTagClassName
{
color: #E9FDF9;
}
</style>
background-color css
<style>
a { background-color: #E9FDF9; }
a { background-color: rgb(233,253,249); }
div.DivClassName
{
background-color: #E9FDF9;
}
.BgClassName
{
background-color: #E9FDF9;
}
</style>
border-color css
<style>
span { border-color: #E9FDF9; }
span { border-color: rgb(233,253,249); }
td.TdClassName
{
border-color: #E9FDF9;
}
.TagClassName
{
border-color: #E9FDF9;
}
</style>