Shades of Azure #E9F1F1
Tints of Azure #E9F1F1
RGB
CMYK
RGB Variations
Color information
#E9F1F1 (or 0xE9F1F1) is known color: Azure. HEX triplet: E9, F1 and F1. RGB value is (233,241,241). Sum of RGB (Red+Green+Blue) = 233+241+241=715 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.59% from 715); Green value is 241 (94.53% from 255 or 33.71% from 715); Blue value is 241 (94.53% from 255 or 33.71% from 715); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #E9F1F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F1F1 is #160E0E. Grayscale: #EEEEEE. Windows color (decimal): -1445391 or 15856105. OLE color: 15856105.
HSL color Cylindrical-coordinate representation of color #E9F1F1: hue angle of 180º degrees, saturation: 0.22, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E9F1F1 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 233 | 241 | 241 | - |
CMYK | 0.03 | 0 | 0 | 0.05 |
HSL | 180º | 0.22% | 0.93% | - |
HSV(B) | 180º | 0.03% | 0.95% | - |
XYZ | 80.94 | 86.59 | 95.67 | - |
YUV | 238.61 | 129.35 | 124 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 241 | 241 | 0.03 | 0 | 0 | 0.05 | 180 | 0.22 | 0.93 |
Hex | E9 | F1 | F1 | 3 | 0 | 0 | 5 | B4 | 16 | 5D |
Octal | 351 | 361 | 361 | 3 | 0 | 0 | 5 | 264 | 26 | 135 |
Binary | 11101001 | 11110001 | 11110001 | 11 | 0 | 0 | 101 | 10110100 | 10110 | 1011101 |
Color Harmonies of #E9F1F1
Complementary color
Monochromatic Colors of #E9F1F1
Black with #E9F1F1
Text Example
Text Example
White with #E9F1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F1F1; }
p { color: rgb(233,241,241); }
H1.HeaderClassName
{
color: #E9F1F1;
}
.AnyTagClassName
{
color: #E9F1F1;
}
</style>
background-color css
<style>
a { background-color: #E9F1F1; }
a { background-color: rgb(233,241,241); }
div.DivClassName
{
background-color: #E9F1F1;
}
.BgClassName
{
background-color: #E9F1F1;
}
</style>
border-color css
<style>
span { border-color: #E9F1F1; }
span { border-color: rgb(233,241,241); }
td.TdClassName
{
border-color: #E9F1F1;
}
.TagClassName
{
border-color: #E9F1F1;
}
</style>