Shades of Azure #E8FFFA
Tints of Azure #E8FFFA
RGB
CMYK
RGB Variations
Color information
#E8FFFA (or 0xE8FFFA) is known color: Azure. HEX triplet: E8, FF and FA. RGB value is (232,255,250). Sum of RGB (Red+Green+Blue) = 232+255+250=737 (97% of max value = 765). Red value is 232 (91.02% from 255 or 31.48% from 737); Green value is 255 (100% from 255 or 34.60% from 737); Blue value is 250 (98.05% from 255 or 33.92% from 737); Max value from RGB is 255 - color contains mainly: green. Hex color #E8FFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FFFA is #170005. Grayscale: #F7F7F7. Windows color (decimal): -1507334 or 16449512. OLE color: 16449512.
HSL color Cylindrical-coordinate representation of color #E8FFFA: hue angle of 166.96º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8FFFA is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 255 | 250 | - |
| CMYK | 0.09 | 0 | 0.02 | 0 |
| HSL | 166.96º | 1% | 0.95% | - |
| HSV(B) | 166.96º | 0.09% | 1% | - |
| XYZ | 86.29 | 95.58 | 104.34 | - |
| YUV | 247.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 255 | 250 | 0.09 | 0 | 0.02 | 0 | 166.96 | 1 | 0.95 |
| Hex | E8 | FF | FA | 9 | 0 | 2 | 0 | A7 | 64 | 5F |
| Octal | 350 | 377 | 372 | 11 | 0 | 2 | 0 | 247 | 144 | 137 |
| Binary | 11101000 | 11111111 | 11111010 | 1001 | 0 | 10 | 0 | 10100111 | 1100100 | 1011111 |
Color Harmonies of #E8FFFA
Complementary color
Monochromatic Colors of #E8FFFA
Black with #E8FFFA
Text Example
Text Example
White with #E8FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FFFA; }
p { color: rgb(232,255,250); }
H1.HeaderClassName
{
color: #E8FFFA;
}
.AnyTagClassName
{
color: #E8FFFA;
}
</style>
background-color css
<style>
a { background-color: #E8FFFA; }
a { background-color: rgb(232,255,250); }
div.DivClassName
{
background-color: #E8FFFA;
}
.BgClassName
{
background-color: #E8FFFA;
}
</style>
border-color css
<style>
span { border-color: #E8FFFA; }
span { border-color: rgb(232,255,250); }
td.TdClassName
{
border-color: #E8FFFA;
}
.TagClassName
{
border-color: #E8FFFA;
}
</style>