Shades of Azure #E9FAF7
Tints of Azure #E9FAF7
RGB
CMYK
RGB Variations
Color information
#E9FAF7 (or 0xE9FAF7) is known color: Azure. HEX triplet: E9, FA and F7. RGB value is (233,250,247). Sum of RGB (Red+Green+Blue) = 233+250+247=730 (96% of max value = 765). Red value is 233 (91.41% from 255 or 31.92% from 730); Green value is 250 (98.05% from 255 or 34.25% from 730); Blue value is 247 (96.88% from 255 or 33.84% from 730); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FAF7 is #160508. Grayscale: #F4F4F4. Windows color (decimal): -1443081 or 16251625. OLE color: 16251625.
HSL color Cylindrical-coordinate representation of color #E9FAF7: hue angle of 169.41º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9FAF7 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
RGB | 233 | 250 | 247 | - |
CMYK | 0.07 | 0 | 0.01 | 0.02 |
HSL | 169.41º | 0.63% | 0.95% | - |
HSV(B) | 169.41º | 0.07% | 0.98% | - |
XYZ | 84.58 | 92.41 | 101.37 | - |
YUV | 244.58 | 129.37 | 119.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 250 | 247 | 0.07 | 0 | 0.01 | 0.02 | 169.41 | 0.63 | 0.95 |
Hex | E9 | FA | F7 | 7 | 0 | 1 | 2 | A9 | 3F | 5F |
Octal | 351 | 372 | 367 | 7 | 0 | 1 | 2 | 251 | 77 | 137 |
Binary | 11101001 | 11111010 | 11110111 | 111 | 0 | 1 | 10 | 10101001 | 111111 | 1011111 |
Color Harmonies of #E9FAF7
Complementary color
Monochromatic Colors of #E9FAF7
Black with #E9FAF7
Text Example
Text Example
White with #E9FAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FAF7; }
p { color: rgb(233,250,247); }
H1.HeaderClassName
{
color: #E9FAF7;
}
.AnyTagClassName
{
color: #E9FAF7;
}
</style>
background-color css
<style>
a { background-color: #E9FAF7; }
a { background-color: rgb(233,250,247); }
div.DivClassName
{
background-color: #E9FAF7;
}
.BgClassName
{
background-color: #E9FAF7;
}
</style>
border-color css
<style>
span { border-color: #E9FAF7; }
span { border-color: rgb(233,250,247); }
td.TdClassName
{
border-color: #E9FAF7;
}
.TagClassName
{
border-color: #E9FAF7;
}
</style>