Shades of Azure #E8FAFF
Tints of Azure #E8FAFF
RGB
CMYK
RGB Variations
Color information
#E8FAFF (or 0xE8FAFF) is known color: Azure. HEX triplet: E8, FA and FF. RGB value is (232,250,255). Sum of RGB (Red+Green+Blue) = 232+250+255=737 (97% of max value = 765). Red value is 232 (91.02% from 255 or 31.48% from 737); Green value is 250 (98.05% from 255 or 33.92% from 737); Blue value is 255 (100% from 255 or 34.60% from 737); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8FAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FAFF is #170500. Grayscale: #F5F5F5. Windows color (decimal): -1508609 or 16775912. OLE color: 16775912.
HSL color Cylindrical-coordinate representation of color #E8FAFF: hue angle of 193.04º 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 #E8FAFF is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 250 | 255 | - |
| CMYK | 0.09 | 0.02 | 0 | 0 |
| HSL | 193.04º | 1% | 0.95% | - |
| HSV(B) | 193.04º | 0.09% | 1% | - |
| XYZ | 85.51 | 92.75 | 108 | - |
| YUV | 245.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 255 | 0.09 | 0.02 | 0 | 0 | 193.04 | 1 | 0.95 |
| Hex | E8 | FA | FF | 9 | 2 | 0 | 0 | C1 | 64 | 5F |
| Octal | 350 | 372 | 377 | 11 | 2 | 0 | 0 | 301 | 144 | 137 |
| Binary | 11101000 | 11111010 | 11111111 | 1001 | 10 | 0 | 0 | 11000001 | 1100100 | 1011111 |
Color Harmonies of #E8FAFF
Complementary color
Monochromatic Colors of #E8FAFF
Black with #E8FAFF
Text Example
Text Example
White with #E8FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FAFF; }
p { color: rgb(232,250,255); }
H1.HeaderClassName
{
color: #E8FAFF;
}
.AnyTagClassName
{
color: #E8FAFF;
}
</style>
background-color css
<style>
a { background-color: #E8FAFF; }
a { background-color: rgb(232,250,255); }
div.DivClassName
{
background-color: #E8FAFF;
}
.BgClassName
{
background-color: #E8FAFF;
}
</style>
border-color css
<style>
span { border-color: #E8FAFF; }
span { border-color: rgb(232,250,255); }
td.TdClassName
{
border-color: #E8FAFF;
}
.TagClassName
{
border-color: #E8FAFF;
}
</style>