Shades of Azure #E9F8F9
Tints of Azure #E9F8F9
RGB
CMYK
RGB Variations
Color information
#E9F8F9 (or 0xE9F8F9) is known color: Azure. HEX triplet: E9, F8 and F9. RGB value is (233,248,249). Sum of RGB (Red+Green+Blue) = 233+248+249=730 (96% of max value = 765). Red value is 233 (91.41% from 255 or 31.92% from 730); Green value is 248 (97.27% from 255 or 33.97% from 730); Blue value is 249 (97.66% from 255 or 34.11% from 730); Max value from RGB is 249 - color contains mainly: blue. Hex color #E9F8F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F8F9 is #160706. Grayscale: #F3F3F3. Windows color (decimal): -1443591 or 16382185. OLE color: 16382185.
HSL color Cylindrical-coordinate representation of color #E9F8F9: hue angle of 183.75º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9F8F9 is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 233 | 248 | 249 | - |
CMYK | 0.06 | 0.00 | 0 | 0.02 |
HSL | 183.75º | 0.57% | 0.95% | - |
HSV(B) | 183.75º | 0.06% | 0.98% | - |
XYZ | 84.27 | 91.3 | 102.8 | - |
YUV | 243.63 | 131.03 | 120.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 248 | 249 | 0.06 | 0.00 | 0 | 0.02 | 183.75 | 0.57 | 0.95 |
Hex | E9 | F8 | F9 | 6 | 0 | 0 | 2 | B8 | 39 | 5F |
Octal | 351 | 370 | 371 | 6 | 0 | 0 | 2 | 270 | 71 | 137 |
Binary | 11101001 | 11111000 | 11111001 | 110 | 0 | 0 | 10 | 10111000 | 111001 | 1011111 |
Color Harmonies of #E9F8F9
Complementary color
Monochromatic Colors of #E9F8F9
Black with #E9F8F9
Text Example
Text Example
White with #E9F8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F8F9; }
p { color: rgb(233,248,249); }
H1.HeaderClassName
{
color: #E9F8F9;
}
.AnyTagClassName
{
color: #E9F8F9;
}
</style>
background-color css
<style>
a { background-color: #E9F8F9; }
a { background-color: rgb(233,248,249); }
div.DivClassName
{
background-color: #E9F8F9;
}
.BgClassName
{
background-color: #E9F8F9;
}
</style>
border-color css
<style>
span { border-color: #E9F8F9; }
span { border-color: rgb(233,248,249); }
td.TdClassName
{
border-color: #E9F8F9;
}
.TagClassName
{
border-color: #E9F8F9;
}
</style>