Shades of Azure #E9FFFE
Tints of Azure #E9FFFE
RGB
CMYK
RGB Variations
Color information
#E9FFFE (or 0xE9FFFE) is known color: Azure. HEX triplet: E9, FF and FE. RGB value is (233,255,254). Sum of RGB (Red+Green+Blue) = 233+255+254=742 (98% of max value = 765). Red value is 233 (91.41% from 255 or 31.40% from 742); Green value is 255 (100% from 255 or 34.37% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 255 - color contains mainly: green. Hex color #E9FFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FFFE is #160001. Grayscale: #F8F8F8. Windows color (decimal): -1441794 or 16711657. OLE color: 16711657.
HSL color Cylindrical-coordinate representation of color #E9FFFE: hue angle of 177.27º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9FFFE is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 255 | 254 | - |
| CMYK | 0.09 | 0 | 0.00 | 0 |
| HSL | 177.27º | 1% | 0.96% | - |
| HSV(B) | 177.27º | 0.09% | 1% | - |
| XYZ | 87.25 | 96 | 107.7 | - |
| YUV | 248.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 255 | 254 | 0.09 | 0 | 0.00 | 0 | 177.27 | 1 | 0.96 |
| Hex | E9 | FF | FE | 9 | 0 | 0 | 0 | B1 | 64 | 60 |
| Octal | 351 | 377 | 376 | 11 | 0 | 0 | 0 | 261 | 144 | 140 |
| Binary | 11101001 | 11111111 | 11111110 | 1001 | 0 | 0 | 0 | 10110001 | 1100100 | 1100000 |
Color Harmonies of #E9FFFE
Complementary color
Monochromatic Colors of #E9FFFE
Black with #E9FFFE
Text Example
Text Example
White with #E9FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FFFE; }
p { color: rgb(233,255,254); }
H1.HeaderClassName
{
color: #E9FFFE;
}
.AnyTagClassName
{
color: #E9FFFE;
}
</style>
background-color css
<style>
a { background-color: #E9FFFE; }
a { background-color: rgb(233,255,254); }
div.DivClassName
{
background-color: #E9FFFE;
}
.BgClassName
{
background-color: #E9FFFE;
}
</style>
border-color css
<style>
span { border-color: #E9FFFE; }
span { border-color: rgb(233,255,254); }
td.TdClassName
{
border-color: #E9FFFE;
}
.TagClassName
{
border-color: #E9FFFE;
}
</style>