Shades of Azure #E8FBFF
Tints of Azure #E8FBFF
RGB
CMYK
RGB Variations
Color information
#E8FBFF (or 0xE8FBFF) is known color: Azure. HEX triplet: E8, FB and FF. RGB value is (232,251,255). Sum of RGB (Red+Green+Blue) = 232+251+255=738 (97% of max value = 765). Red value is 232 (91.02% from 255 or 31.44% from 738); Green value is 251 (98.44% from 255 or 34.01% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8FBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FBFF is #170400. Grayscale: #F5F5F5. Windows color (decimal): -1508353 or 16776168. OLE color: 16776168.
HSL color Cylindrical-coordinate representation of color #E8FBFF: hue angle of 190.43º 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 #E8FBFF is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 251 | 255 | - |
| CMYK | 0.09 | 0.02 | 0 | 0 |
| HSL | 190.43º | 1% | 0.95% | - |
| HSV(B) | 190.43º | 0.09% | 1% | - |
| XYZ | 85.83 | 93.37 | 108.11 | - |
| YUV | 245.78 | 133.21 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 251 | 255 | 0.09 | 0.02 | 0 | 0 | 190.43 | 1 | 0.95 |
| Hex | E8 | FB | FF | 9 | 2 | 0 | 0 | BE | 64 | 5F |
| Octal | 350 | 373 | 377 | 11 | 2 | 0 | 0 | 276 | 144 | 137 |
| Binary | 11101000 | 11111011 | 11111111 | 1001 | 10 | 0 | 0 | 10111110 | 1100100 | 1011111 |
Color Harmonies of #E8FBFF
Complementary color
Monochromatic Colors of #E8FBFF
Black with #E8FBFF
Text Example
Text Example
White with #E8FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FBFF; }
p { color: rgb(232,251,255); }
H1.HeaderClassName
{
color: #E8FBFF;
}
.AnyTagClassName
{
color: #E8FBFF;
}
</style>
background-color css
<style>
a { background-color: #E8FBFF; }
a { background-color: rgb(232,251,255); }
div.DivClassName
{
background-color: #E8FBFF;
}
.BgClassName
{
background-color: #E8FBFF;
}
</style>
border-color css
<style>
span { border-color: #E8FBFF; }
span { border-color: rgb(232,251,255); }
td.TdClassName
{
border-color: #E8FBFF;
}
.TagClassName
{
border-color: #E8FBFF;
}
</style>