Shades of Azure #E8FEFF
Tints of Azure #E8FEFF
RGB
CMYK
RGB Variations
Color information
#E8FEFF (or 0xE8FEFF) is known color: Azure. HEX triplet: E8, FE and FF. RGB value is (232,254,255). Sum of RGB (Red+Green+Blue) = 232+254+255=741 (98% of max value = 765). Red value is 232 (91.02% from 255 or 31.31% from 741); Green value is 254 (99.61% from 255 or 34.28% from 741); Blue value is 255 (100% from 255 or 34.41% from 741); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8FEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FEFF is #170100. Grayscale: #F7F7F7. Windows color (decimal): -1507585 or 16776936. OLE color: 16776936.
HSL color Cylindrical-coordinate representation of color #E8FEFF: hue angle of 182.61º 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 #E8FEFF is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 254 | 255 | - |
| CMYK | 0.09 | 0.00 | 0 | 0 |
| HSL | 182.61º | 1% | 0.95% | - |
| HSV(B) | 182.61º | 0.09% | 1% | - |
| XYZ | 86.77 | 95.26 | 108.42 | - |
| YUV | 247.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 254 | 255 | 0.09 | 0.00 | 0 | 0 | 182.61 | 1 | 0.95 |
| Hex | E8 | FE | FF | 9 | 0 | 0 | 0 | B7 | 64 | 5F |
| Octal | 350 | 376 | 377 | 11 | 0 | 0 | 0 | 267 | 144 | 137 |
| Binary | 11101000 | 11111110 | 11111111 | 1001 | 0 | 0 | 0 | 10110111 | 1100100 | 1011111 |
Color Harmonies of #E8FEFF
Complementary color
Monochromatic Colors of #E8FEFF
Black with #E8FEFF
Text Example
Text Example
White with #E8FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FEFF; }
p { color: rgb(232,254,255); }
H1.HeaderClassName
{
color: #E8FEFF;
}
.AnyTagClassName
{
color: #E8FEFF;
}
</style>
background-color css
<style>
a { background-color: #E8FEFF; }
a { background-color: rgb(232,254,255); }
div.DivClassName
{
background-color: #E8FEFF;
}
.BgClassName
{
background-color: #E8FEFF;
}
</style>
border-color css
<style>
span { border-color: #E8FEFF; }
span { border-color: rgb(232,254,255); }
td.TdClassName
{
border-color: #E8FEFF;
}
.TagClassName
{
border-color: #E8FEFF;
}
</style>