Shades of Azure #E8FFFF
Tints of Azure #E8FFFF
RGB
CMYK
RGB Variations
Color information
#E8FFFF (or 0xE8FFFF) is known color: Azure. HEX triplet: E8, FF and FF. RGB value is (232,255,255). Sum of RGB (Red+Green+Blue) = 232+255+255=742 (98% of max value = 765). Red value is 232 (91.02% from 255 or 31.27% from 742); Green value is 255 (100% from 255 or 34.37% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #E8FFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FFFF is #170000. Grayscale: #F8F8F8. Windows color (decimal): -1507329 or 16777192. OLE color: 16777192.
HSL color Cylindrical-coordinate representation of color #E8FFFF: hue angle of 180º 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 #E8FFFF is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 255 | 255 | - |
| CMYK | 0.09 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.95% | - |
| HSV(B) | 180º | 0.09% | 1% | - |
| XYZ | 87.09 | 95.9 | 108.53 | - |
| YUV | 248.12 | 131.88 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 255 | 255 | 0.09 | 0 | 0 | 0 | 180 | 1 | 0.95 |
| Hex | E8 | FF | FF | 9 | 0 | 0 | 0 | B4 | 64 | 5F |
| Octal | 350 | 377 | 377 | 11 | 0 | 0 | 0 | 264 | 144 | 137 |
| Binary | 11101000 | 11111111 | 11111111 | 1001 | 0 | 0 | 0 | 10110100 | 1100100 | 1011111 |
Color Harmonies of #E8FFFF
Complementary color
Monochromatic Colors of #E8FFFF
Black with #E8FFFF
Text Example
Text Example
White with #E8FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FFFF; }
p { color: rgb(232,255,255); }
H1.HeaderClassName
{
color: #E8FFFF;
}
.AnyTagClassName
{
color: #E8FFFF;
}
</style>
background-color css
<style>
a { background-color: #E8FFFF; }
a { background-color: rgb(232,255,255); }
div.DivClassName
{
background-color: #E8FFFF;
}
.BgClassName
{
background-color: #E8FFFF;
}
</style>
border-color css
<style>
span { border-color: #E8FFFF; }
span { border-color: rgb(232,255,255); }
td.TdClassName
{
border-color: #E8FFFF;
}
.TagClassName
{
border-color: #E8FFFF;
}
</style>