Shades of Azure #E8FAFE
Tints of Azure #E8FAFE
RGB
CMYK
RGB Variations
Color information
#E8FAFE (or 0xE8FAFE) is known color: Azure. HEX triplet: E8, FA and FE. RGB value is (232,250,254). Sum of RGB (Red+Green+Blue) = 232+250+254=736 (97% of max value = 765). Red value is 232 (91.02% from 255 or 31.52% from 736); Green value is 250 (98.05% from 255 or 33.97% from 736); Blue value is 254 (99.61% from 255 or 34.51% from 736); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8FAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FAFE is #170501. Grayscale: #F5F5F5. Windows color (decimal): -1508610 or 16710376. OLE color: 16710376.
HSL color Cylindrical-coordinate representation of color #E8FAFE: hue angle of 190.91º 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 #E8FAFE is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 250 | 254 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.00 |
| HSL | 190.91º | 0.92% | 0.95% | - |
| HSV(B) | 190.91º | 0.09% | 1% | - |
| XYZ | 85.35 | 92.68 | 107.16 | - |
| YUV | 245.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 254 | 0.09 | 0.02 | 0 | 0.00 | 190.91 | 0.92 | 0.95 |
| Hex | E8 | FA | FE | 9 | 2 | 0 | 0 | BF | 5C | 5F |
| Octal | 350 | 372 | 376 | 11 | 2 | 0 | 0 | 277 | 134 | 137 |
| Binary | 11101000 | 11111010 | 11111110 | 1001 | 10 | 0 | 0 | 10111111 | 1011100 | 1011111 |
Color Harmonies of #E8FAFE
Complementary color
Monochromatic Colors of #E8FAFE
Black with #E8FAFE
Text Example
Text Example
White with #E8FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FAFE; }
p { color: rgb(232,250,254); }
H1.HeaderClassName
{
color: #E8FAFE;
}
.AnyTagClassName
{
color: #E8FAFE;
}
</style>
background-color css
<style>
a { background-color: #E8FAFE; }
a { background-color: rgb(232,250,254); }
div.DivClassName
{
background-color: #E8FAFE;
}
.BgClassName
{
background-color: #E8FAFE;
}
</style>
border-color css
<style>
span { border-color: #E8FAFE; }
span { border-color: rgb(232,250,254); }
td.TdClassName
{
border-color: #E8FAFE;
}
.TagClassName
{
border-color: #E8FAFE;
}
</style>