Shades of Azure #E9FCFE
Tints of Azure #E9FCFE
RGB
CMYK
RGB Variations
Color information
#E9FCFE (or 0xE9FCFE) is known color: Azure. HEX triplet: E9, FC and FE. RGB value is (233,252,254). Sum of RGB (Red+Green+Blue) = 233+252+254=739 (97% of max value = 765). Red value is 233 (91.41% from 255 or 31.53% from 739); Green value is 252 (98.83% from 255 or 34.10% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9FCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FCFE is #160301. Grayscale: #F6F6F6. Windows color (decimal): -1442562 or 16710889. OLE color: 16710889.
HSL color Cylindrical-coordinate representation of color #E9FCFE: hue angle of 185.71º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9FCFE is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 252 | 254 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.00 |
| HSL | 185.71º | 0.91% | 0.95% | - |
| HSV(B) | 185.71º | 0.08% | 1% | - |
| XYZ | 86.3 | 94.1 | 107.38 | - |
| YUV | 246.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 252 | 254 | 0.08 | 0.01 | 0 | 0.00 | 185.71 | 0.91 | 0.95 |
| Hex | E9 | FC | FE | 8 | 1 | 0 | 0 | BA | 5B | 5F |
| Octal | 351 | 374 | 376 | 10 | 1 | 0 | 0 | 272 | 133 | 137 |
| Binary | 11101001 | 11111100 | 11111110 | 1000 | 1 | 0 | 0 | 10111010 | 1011011 | 1011111 |
Color Harmonies of #E9FCFE
Complementary color
Monochromatic Colors of #E9FCFE
Black with #E9FCFE
Text Example
Text Example
White with #E9FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FCFE; }
p { color: rgb(233,252,254); }
H1.HeaderClassName
{
color: #E9FCFE;
}
.AnyTagClassName
{
color: #E9FCFE;
}
</style>
background-color css
<style>
a { background-color: #E9FCFE; }
a { background-color: rgb(233,252,254); }
div.DivClassName
{
background-color: #E9FCFE;
}
.BgClassName
{
background-color: #E9FCFE;
}
</style>
border-color css
<style>
span { border-color: #E9FCFE; }
span { border-color: rgb(233,252,254); }
td.TdClassName
{
border-color: #E9FCFE;
}
.TagClassName
{
border-color: #E9FCFE;
}
</style>