Shades of Azure #E9F9FC
Tints of Azure #E9F9FC
RGB
CMYK
RGB Variations
Color information
#E9F9FC (or 0xE9F9FC) is known color: Azure. HEX triplet: E9, F9 and FC. RGB value is (233,249,252). Sum of RGB (Red+Green+Blue) = 233+249+252=734 (97% of max value = 765). Red value is 233 (91.41% from 255 or 31.74% from 734); Green value is 249 (97.66% from 255 or 33.92% from 734); Blue value is 252 (98.83% from 255 or 34.33% from 734); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9F9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F9FC is #160603. Grayscale: #F4F4F4. Windows color (decimal): -1443332 or 16579049. OLE color: 16579049.
HSL color Cylindrical-coordinate representation of color #E9F9FC: hue angle of 189.47º degrees, saturation: 0.76, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9F9FC is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 233 | 249 | 252 | - |
CMYK | 0.08 | 0.01 | 0 | 0.01 |
HSL | 189.47º | 0.76% | 0.95% | - |
HSV(B) | 189.47º | 0.08% | 0.99% | - |
XYZ | 85.05 | 92.1 | 105.39 | - |
YUV | 244.56 | 132.2 | 119.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 249 | 252 | 0.08 | 0.01 | 0 | 0.01 | 189.47 | 0.76 | 0.95 |
Hex | E9 | F9 | FC | 8 | 1 | 0 | 1 | BD | 4C | 5F |
Octal | 351 | 371 | 374 | 10 | 1 | 0 | 1 | 275 | 114 | 137 |
Binary | 11101001 | 11111001 | 11111100 | 1000 | 1 | 0 | 1 | 10111101 | 1001100 | 1011111 |
Color Harmonies of #E9F9FC
Complementary color
Monochromatic Colors of #E9F9FC
Black with #E9F9FC
Text Example
Text Example
White with #E9F9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F9FC; }
p { color: rgb(233,249,252); }
H1.HeaderClassName
{
color: #E9F9FC;
}
.AnyTagClassName
{
color: #E9F9FC;
}
</style>
background-color css
<style>
a { background-color: #E9F9FC; }
a { background-color: rgb(233,249,252); }
div.DivClassName
{
background-color: #E9F9FC;
}
.BgClassName
{
background-color: #E9F9FC;
}
</style>
border-color css
<style>
span { border-color: #E9F9FC; }
span { border-color: rgb(233,249,252); }
td.TdClassName
{
border-color: #E9F9FC;
}
.TagClassName
{
border-color: #E9F9FC;
}
</style>