Shades of Azure #E9F4F3
Tints of Azure #E9F4F3
RGB
CMYK
RGB Variations
Color information
#E9F4F3 (or 0xE9F4F3) is known color: Azure. HEX triplet: E9, F4 and F3. RGB value is (233,244,243). Sum of RGB (Red+Green+Blue) = 233+244+243=720 (95% of max value = 765). Red value is 233 (91.41% from 255 or 32.36% from 720); Green value is 244 (95.70% from 255 or 33.89% from 720); Blue value is 243 (95.31% from 255 or 33.75% from 720); Max value from RGB is 244 - color contains mainly: green. Hex color #E9F4F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F4F3 is #160B0C. Grayscale: #F0F0F0. Windows color (decimal): -1444621 or 15987945. OLE color: 15987945.
HSL color Cylindrical-coordinate representation of color #E9F4F3: hue angle of 174.55º degrees, saturation: 0.33, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E9F4F3 is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
RGB | 233 | 244 | 243 | - |
CMYK | 0.05 | 0 | 0.00 | 0.04 |
HSL | 174.55º | 0.33% | 0.94% | - |
HSV(B) | 174.55º | 0.05% | 0.96% | - |
XYZ | 82.13 | 88.5 | 97.55 | - |
YUV | 240.6 | 129.36 | 122.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 244 | 243 | 0.05 | 0 | 0.00 | 0.04 | 174.55 | 0.33 | 0.94 |
Hex | E9 | F4 | F3 | 5 | 0 | 0 | 4 | AF | 21 | 5E |
Octal | 351 | 364 | 363 | 5 | 0 | 0 | 4 | 257 | 41 | 136 |
Binary | 11101001 | 11110100 | 11110011 | 101 | 0 | 0 | 100 | 10101111 | 100001 | 1011110 |
Color Harmonies of #E9F4F3
Complementary color
Monochromatic Colors of #E9F4F3
Black with #E9F4F3
Text Example
Text Example
White with #E9F4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F4F3; }
p { color: rgb(233,244,243); }
H1.HeaderClassName
{
color: #E9F4F3;
}
.AnyTagClassName
{
color: #E9F4F3;
}
</style>
background-color css
<style>
a { background-color: #E9F4F3; }
a { background-color: rgb(233,244,243); }
div.DivClassName
{
background-color: #E9F4F3;
}
.BgClassName
{
background-color: #E9F4F3;
}
</style>
border-color css
<style>
span { border-color: #E9F4F3; }
span { border-color: rgb(233,244,243); }
td.TdClassName
{
border-color: #E9F4F3;
}
.TagClassName
{
border-color: #E9F4F3;
}
</style>