Shades of Azure #E9F2F3
Tints of Azure #E9F2F3
RGB
CMYK
RGB Variations
Color information
#E9F2F3 (or 0xE9F2F3) is known color: Azure. HEX triplet: E9, F2 and F3. RGB value is (233,242,243). Sum of RGB (Red+Green+Blue) = 233+242+243=718 (95% of max value = 765). Red value is 233 (91.41% from 255 or 32.45% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 243 (95.31% from 255 or 33.84% from 718); Max value from RGB is 243 - color contains mainly: blue. Hex color #E9F2F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F2F3 is #160D0C. Grayscale: #EFEFEF. Windows color (decimal): -1445133 or 15987433. OLE color: 15987433.
HSL color Cylindrical-coordinate representation of color #E9F2F3: hue angle of 186º degrees, saturation: 0.29, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E9F2F3 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 233 | 242 | 243 | - |
CMYK | 0.04 | 0.00 | 0 | 0.05 |
HSL | 186º | 0.29% | 0.93% | - |
HSV(B) | 186º | 0.04% | 0.95% | - |
XYZ | 81.53 | 87.3 | 97.35 | - |
YUV | 239.42 | 130.02 | 123.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 242 | 243 | 0.04 | 0.00 | 0 | 0.05 | 186 | 0.29 | 0.93 |
Hex | E9 | F2 | F3 | 4 | 0 | 0 | 5 | BA | 1D | 5D |
Octal | 351 | 362 | 363 | 4 | 0 | 0 | 5 | 272 | 35 | 135 |
Binary | 11101001 | 11110010 | 11110011 | 100 | 0 | 0 | 101 | 10111010 | 11101 | 1011101 |
Color Harmonies of #E9F2F3
Complementary color
Monochromatic Colors of #E9F2F3
Black with #E9F2F3
Text Example
Text Example
White with #E9F2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F2F3; }
p { color: rgb(233,242,243); }
H1.HeaderClassName
{
color: #E9F2F3;
}
.AnyTagClassName
{
color: #E9F2F3;
}
</style>
background-color css
<style>
a { background-color: #E9F2F3; }
a { background-color: rgb(233,242,243); }
div.DivClassName
{
background-color: #E9F2F3;
}
.BgClassName
{
background-color: #E9F2F3;
}
</style>
border-color css
<style>
span { border-color: #E9F2F3; }
span { border-color: rgb(233,242,243); }
td.TdClassName
{
border-color: #E9F2F3;
}
.TagClassName
{
border-color: #E9F2F3;
}
</style>