Shades of Azure #E8FBFC
Tints of Azure #E8FBFC
RGB
CMYK
RGB Variations
Color information
#E8FBFC (or 0xE8FBFC) is known color: Azure. HEX triplet: E8, FB and FC. RGB value is (232,251,252). Sum of RGB (Red+Green+Blue) = 232+251+252=735 (97% of max value = 765). Red value is 232 (91.02% from 255 or 31.56% from 735); Green value is 251 (98.44% from 255 or 34.15% from 735); Blue value is 252 (98.83% from 255 or 34.29% from 735); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8FBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FBFC is #170403. Grayscale: #F5F5F5. Windows color (decimal): -1508356 or 16579560. OLE color: 16579560.
HSL color Cylindrical-coordinate representation of color #E8FBFC: hue angle of 183º degrees, saturation: 0.77, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8FBFC is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 251 | 252 | - |
| CMYK | 0.08 | 0.00 | 0 | 0.01 |
| HSL | 183º | 0.77% | 0.95% | - |
| HSV(B) | 183º | 0.08% | 0.99% | - |
| XYZ | 85.35 | 93.18 | 105.58 | - |
| YUV | 245.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 251 | 252 | 0.08 | 0.00 | 0 | 0.01 | 183 | 0.77 | 0.95 |
| Hex | E8 | FB | FC | 8 | 0 | 0 | 1 | B7 | 4D | 5F |
| Octal | 350 | 373 | 374 | 10 | 0 | 0 | 1 | 267 | 115 | 137 |
| Binary | 11101000 | 11111011 | 11111100 | 1000 | 0 | 0 | 1 | 10110111 | 1001101 | 1011111 |
Color Harmonies of #E8FBFC
Complementary color
Monochromatic Colors of #E8FBFC
Black with #E8FBFC
Text Example
Text Example
White with #E8FBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FBFC; }
p { color: rgb(232,251,252); }
H1.HeaderClassName
{
color: #E8FBFC;
}
.AnyTagClassName
{
color: #E8FBFC;
}
</style>
background-color css
<style>
a { background-color: #E8FBFC; }
a { background-color: rgb(232,251,252); }
div.DivClassName
{
background-color: #E8FBFC;
}
.BgClassName
{
background-color: #E8FBFC;
}
</style>
border-color css
<style>
span { border-color: #E8FBFC; }
span { border-color: rgb(232,251,252); }
td.TdClassName
{
border-color: #E8FBFC;
}
.TagClassName
{
border-color: #E8FBFC;
}
</style>