Shades of Azure #E8FDFC
Tints of Azure #E8FDFC
RGB
CMYK
RGB Variations
Color information
#E8FDFC (or 0xE8FDFC) is known color: Azure. HEX triplet: E8, FD and FC. RGB value is (232,253,252). Sum of RGB (Red+Green+Blue) = 232+253+252=737 (97% of max value = 765). Red value is 232 (91.02% from 255 or 31.48% from 737); Green value is 253 (99.22% from 255 or 34.33% from 737); Blue value is 252 (98.83% from 255 or 34.19% from 737); Max value from RGB is 253 - color contains mainly: green. Hex color #E8FDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FDFC is #170203. Grayscale: #F6F6F6. Windows color (decimal): -1507844 or 16580072. OLE color: 16580072.
HSL color Cylindrical-coordinate representation of color #E8FDFC: hue angle of 177.14º degrees, saturation: 0.84, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8FDFC is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 253 | 252 | - |
| CMYK | 0.08 | 0 | 0.00 | 0.01 |
| HSL | 177.14º | 0.84% | 0.95% | - |
| HSV(B) | 177.14º | 0.08% | 0.99% | - |
| XYZ | 85.97 | 94.43 | 105.79 | - |
| YUV | 246.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 253 | 252 | 0.08 | 0 | 0.00 | 0.01 | 177.14 | 0.84 | 0.95 |
| Hex | E8 | FD | FC | 8 | 0 | 0 | 1 | B1 | 54 | 5F |
| Octal | 350 | 375 | 374 | 10 | 0 | 0 | 1 | 261 | 124 | 137 |
| Binary | 11101000 | 11111101 | 11111100 | 1000 | 0 | 0 | 1 | 10110001 | 1010100 | 1011111 |
Color Harmonies of #E8FDFC
Complementary color
Monochromatic Colors of #E8FDFC
Black with #E8FDFC
Text Example
Text Example
White with #E8FDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FDFC; }
p { color: rgb(232,253,252); }
H1.HeaderClassName
{
color: #E8FDFC;
}
.AnyTagClassName
{
color: #E8FDFC;
}
</style>
background-color css
<style>
a { background-color: #E8FDFC; }
a { background-color: rgb(232,253,252); }
div.DivClassName
{
background-color: #E8FDFC;
}
.BgClassName
{
background-color: #E8FDFC;
}
</style>
border-color css
<style>
span { border-color: #E8FDFC; }
span { border-color: rgb(232,253,252); }
td.TdClassName
{
border-color: #E8FDFC;
}
.TagClassName
{
border-color: #E8FDFC;
}
</style>