Shades of Azure #E8F8FA
Tints of Azure #E8F8FA
RGB
CMYK
RGB Variations
Color information
#E8F8FA (or 0xE8F8FA) is known color: Azure. HEX triplet: E8, F8 and FA. RGB value is (232,248,250). Sum of RGB (Red+Green+Blue) = 232+248+250=730 (96% of max value = 765). Red value is 232 (91.02% from 255 or 31.78% from 730); Green value is 248 (97.27% from 255 or 33.97% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8F8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8F8FA is #170705. Grayscale: #F3F3F3. Windows color (decimal): -1509126 or 16447720. OLE color: 16447720.
HSL color Cylindrical-coordinate representation of color #E8F8FA: hue angle of 186.67º 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 #E8F8FA is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 248 | 250 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.02 |
| HSL | 186.67º | 0.64% | 0.95% | - |
| HSV(B) | 186.67º | 0.07% | 0.98% | - |
| XYZ | 84.1 | 91.19 | 103.61 | - |
| YUV | 243.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 248 | 250 | 0.07 | 0.01 | 0 | 0.02 | 186.67 | 0.64 | 0.95 |
| Hex | E8 | F8 | FA | 7 | 1 | 0 | 2 | BB | 40 | 5F |
| Octal | 350 | 370 | 372 | 7 | 1 | 0 | 2 | 273 | 100 | 137 |
| Binary | 11101000 | 11111000 | 11111010 | 111 | 1 | 0 | 10 | 10111011 | 1000000 | 1011111 |
Color Harmonies of #E8F8FA
Complementary color
Monochromatic Colors of #E8F8FA
Black with #E8F8FA
Text Example
Text Example
White with #E8F8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F8FA; }
p { color: rgb(232,248,250); }
H1.HeaderClassName
{
color: #E8F8FA;
}
.AnyTagClassName
{
color: #E8F8FA;
}
</style>
background-color css
<style>
a { background-color: #E8F8FA; }
a { background-color: rgb(232,248,250); }
div.DivClassName
{
background-color: #E8F8FA;
}
.BgClassName
{
background-color: #E8F8FA;
}
</style>
border-color css
<style>
span { border-color: #E8F8FA; }
span { border-color: rgb(232,248,250); }
td.TdClassName
{
border-color: #E8F8FA;
}
.TagClassName
{
border-color: #E8F8FA;
}
</style>