Shades of Azure #E8FEFA
Tints of Azure #E8FEFA
RGB
CMYK
RGB Variations
Color information
#E8FEFA (or 0xE8FEFA) is known color: Azure. HEX triplet: E8, FE and FA. RGB value is (232,254,250). Sum of RGB (Red+Green+Blue) = 232+254+250=736 (97% of max value = 765). Red value is 232 (91.02% from 255 or 31.52% from 736); Green value is 254 (99.61% from 255 or 34.51% from 736); Blue value is 250 (98.05% from 255 or 33.97% from 736); Max value from RGB is 254 - color contains mainly: green. Hex color #E8FEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FEFA is #170105. Grayscale: #F6F6F6. Windows color (decimal): -1507590 or 16449256. OLE color: 16449256.
HSL color Cylindrical-coordinate representation of color #E8FEFA: hue angle of 169.09º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8FEFA is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 254 | 250 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.00 |
| HSL | 169.09º | 0.92% | 0.95% | - |
| HSV(B) | 169.09º | 0.09% | 1% | - |
| XYZ | 85.98 | 94.94 | 104.24 | - |
| YUV | 246.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 254 | 250 | 0.09 | 0 | 0.02 | 0.00 | 169.09 | 0.92 | 0.95 |
| Hex | E8 | FE | FA | 9 | 0 | 2 | 0 | A9 | 5C | 5F |
| Octal | 350 | 376 | 372 | 11 | 0 | 2 | 0 | 251 | 134 | 137 |
| Binary | 11101000 | 11111110 | 11111010 | 1001 | 0 | 10 | 0 | 10101001 | 1011100 | 1011111 |
Color Harmonies of #E8FEFA
Complementary color
Monochromatic Colors of #E8FEFA
Black with #E8FEFA
Text Example
Text Example
White with #E8FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FEFA; }
p { color: rgb(232,254,250); }
H1.HeaderClassName
{
color: #E8FEFA;
}
.AnyTagClassName
{
color: #E8FEFA;
}
</style>
background-color css
<style>
a { background-color: #E8FEFA; }
a { background-color: rgb(232,254,250); }
div.DivClassName
{
background-color: #E8FEFA;
}
.BgClassName
{
background-color: #E8FEFA;
}
</style>
border-color css
<style>
span { border-color: #E8FEFA; }
span { border-color: rgb(232,254,250); }
td.TdClassName
{
border-color: #E8FEFA;
}
.TagClassName
{
border-color: #E8FEFA;
}
</style>