Shades of Azure #E8FDFF
Tints of Azure #E8FDFF
RGB
CMYK
RGB Variations
Color information
#E8FDFF (or 0xE8FDFF) is known color: Azure. HEX triplet: E8, FD and FF. RGB value is (232,253,255). Sum of RGB (Red+Green+Blue) = 232+253+255=740 (98% of max value = 765). Red value is 232 (91.02% from 255 or 31.35% from 740); Green value is 253 (99.22% from 255 or 34.19% from 740); Blue value is 255 (100% from 255 or 34.46% from 740); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8FDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FDFF is #170200. Grayscale: #F6F6F6. Windows color (decimal): -1507841 or 16776680. OLE color: 16776680.
HSL color Cylindrical-coordinate representation of color #E8FDFF: hue angle of 185.22º 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 #E8FDFF is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 253 | 255 | - |
| CMYK | 0.09 | 0.01 | 0 | 0 |
| HSL | 185.22º | 1% | 0.95% | - |
| HSV(B) | 185.22º | 0.09% | 1% | - |
| XYZ | 86.45 | 94.63 | 108.32 | - |
| YUV | 246.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 253 | 255 | 0.09 | 0.01 | 0 | 0 | 185.22 | 1 | 0.95 |
| Hex | E8 | FD | FF | 9 | 1 | 0 | 0 | B9 | 64 | 5F |
| Octal | 350 | 375 | 377 | 11 | 1 | 0 | 0 | 271 | 144 | 137 |
| Binary | 11101000 | 11111101 | 11111111 | 1001 | 1 | 0 | 0 | 10111001 | 1100100 | 1011111 |
Color Harmonies of #E8FDFF
Complementary color
Monochromatic Colors of #E8FDFF
Black with #E8FDFF
Text Example
Text Example
White with #E8FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FDFF; }
p { color: rgb(232,253,255); }
H1.HeaderClassName
{
color: #E8FDFF;
}
.AnyTagClassName
{
color: #E8FDFF;
}
</style>
background-color css
<style>
a { background-color: #E8FDFF; }
a { background-color: rgb(232,253,255); }
div.DivClassName
{
background-color: #E8FDFF;
}
.BgClassName
{
background-color: #E8FDFF;
}
</style>
border-color css
<style>
span { border-color: #E8FDFF; }
span { border-color: rgb(232,253,255); }
td.TdClassName
{
border-color: #E8FDFF;
}
.TagClassName
{
border-color: #E8FDFF;
}
</style>