Shades of Azure #E8FAFA
Tints of Azure #E8FAFA
RGB
CMYK
RGB Variations
Color information
#E8FAFA (or 0xE8FAFA) is known color: Azure. HEX triplet: E8, FA and FA. RGB value is (232,250,250). Sum of RGB (Red+Green+Blue) = 232+250+250=732 (96% of max value = 765). Red value is 232 (91.02% from 255 or 31.69% from 732); Green value is 250 (98.05% from 255 or 34.15% from 732); Blue value is 250 (98.05% from 255 or 34.15% from 732); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #E8FAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FAFA is #170505. Grayscale: #F4F4F4. Windows color (decimal): -1508614 or 16448232. OLE color: 16448232.
HSL color Cylindrical-coordinate representation of color #E8FAFA: hue angle of 180º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E8FAFA is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 250 | 250 | - |
| CMYK | 0.07 | 0 | 0 | 0.02 |
| HSL | 180º | 0.64% | 0.95% | - |
| HSV(B) | 180º | 0.07% | 0.98% | - |
| XYZ | 84.72 | 92.43 | 103.82 | - |
| YUV | 244.62 | 131.04 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 250 | 0.07 | 0 | 0 | 0.02 | 180 | 0.64 | 0.95 |
| Hex | E8 | FA | FA | 7 | 0 | 0 | 2 | B4 | 40 | 5F |
| Octal | 350 | 372 | 372 | 7 | 0 | 0 | 2 | 264 | 100 | 137 |
| Binary | 11101000 | 11111010 | 11111010 | 111 | 0 | 0 | 10 | 10110100 | 1000000 | 1011111 |
Color Harmonies of #E8FAFA
Complementary color
Monochromatic Colors of #E8FAFA
Black with #E8FAFA
Text Example
Text Example
White with #E8FAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FAFA; }
p { color: rgb(232,250,250); }
H1.HeaderClassName
{
color: #E8FAFA;
}
.AnyTagClassName
{
color: #E8FAFA;
}
</style>
background-color css
<style>
a { background-color: #E8FAFA; }
a { background-color: rgb(232,250,250); }
div.DivClassName
{
background-color: #E8FAFA;
}
.BgClassName
{
background-color: #E8FAFA;
}
</style>
border-color css
<style>
span { border-color: #E8FAFA; }
span { border-color: rgb(232,250,250); }
td.TdClassName
{
border-color: #E8FAFA;
}
.TagClassName
{
border-color: #E8FAFA;
}
</style>