Shades of Azure #E8FCFA
Tints of Azure #E8FCFA
RGB
CMYK
RGB Variations
Color information
#E8FCFA (or 0xE8FCFA) is known color: Azure. HEX triplet: E8, FC and FA. RGB value is (232,252,250). Sum of RGB (Red+Green+Blue) = 232+252+250=734 (97% of max value = 765). Red value is 232 (91.02% from 255 or 31.61% from 734); Green value is 252 (98.83% from 255 or 34.33% from 734); Blue value is 250 (98.05% from 255 or 34.06% from 734); Max value from RGB is 252 - color contains mainly: green. Hex color #E8FCFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FCFA is #170305. Grayscale: #F5F5F5. Windows color (decimal): -1508102 or 16448744. OLE color: 16448744.
HSL color Cylindrical-coordinate representation of color #E8FCFA: hue angle of 174º degrees, saturation: 0.77, 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 #E8FCFA is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 252 | 250 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.01 |
| HSL | 174º | 0.77% | 0.95% | - |
| HSV(B) | 174º | 0.08% | 0.99% | - |
| XYZ | 85.34 | 93.68 | 104.03 | - |
| YUV | 245.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 252 | 250 | 0.08 | 0 | 0.01 | 0.01 | 174 | 0.77 | 0.95 |
| Hex | E8 | FC | FA | 8 | 0 | 1 | 1 | AE | 4D | 5F |
| Octal | 350 | 374 | 372 | 10 | 0 | 1 | 1 | 256 | 115 | 137 |
| Binary | 11101000 | 11111100 | 11111010 | 1000 | 0 | 1 | 1 | 10101110 | 1001101 | 1011111 |
Color Harmonies of #E8FCFA
Complementary color
Monochromatic Colors of #E8FCFA
Black with #E8FCFA
Text Example
Text Example
White with #E8FCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FCFA; }
p { color: rgb(232,252,250); }
H1.HeaderClassName
{
color: #E8FCFA;
}
.AnyTagClassName
{
color: #E8FCFA;
}
</style>
background-color css
<style>
a { background-color: #E8FCFA; }
a { background-color: rgb(232,252,250); }
div.DivClassName
{
background-color: #E8FCFA;
}
.BgClassName
{
background-color: #E8FCFA;
}
</style>
border-color css
<style>
span { border-color: #E8FCFA; }
span { border-color: rgb(232,252,250); }
td.TdClassName
{
border-color: #E8FCFA;
}
.TagClassName
{
border-color: #E8FCFA;
}
</style>