Shades of Azure #E8FBF8
Tints of Azure #E8FBF8
RGB
CMYK
RGB Variations
Color information
#E8FBF8 (or 0xE8FBF8) is known color: Azure. HEX triplet: E8, FB and F8. RGB value is (232,251,248). Sum of RGB (Red+Green+Blue) = 232+251+248=731 (96% of max value = 765). Red value is 232 (91.02% from 255 or 31.74% from 731); Green value is 251 (98.44% from 255 or 34.34% from 731); Blue value is 248 (97.27% from 255 or 33.93% from 731); Max value from RGB is 251 - color contains mainly: green. Hex color #E8FBF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FBF8 is #170407. Grayscale: #F4F4F4. Windows color (decimal): -1508360 or 16317416. OLE color: 16317416.
HSL color Cylindrical-coordinate representation of color #E8FBF8: hue angle of 170.53º degrees, saturation: 0.7, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8FBF8 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 251 | 248 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.02 |
| HSL | 170.53º | 0.7% | 0.95% | - |
| HSV(B) | 170.53º | 0.08% | 0.98% | - |
| XYZ | 84.72 | 92.93 | 102.28 | - |
| YUV | 244.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 251 | 248 | 0.08 | 0 | 0.01 | 0.02 | 170.53 | 0.7 | 0.95 |
| Hex | E8 | FB | F8 | 8 | 0 | 1 | 2 | AB | 46 | 5F |
| Octal | 350 | 373 | 370 | 10 | 0 | 1 | 2 | 253 | 106 | 137 |
| Binary | 11101000 | 11111011 | 11111000 | 1000 | 0 | 1 | 10 | 10101011 | 1000110 | 1011111 |
Color Harmonies of #E8FBF8
Complementary color
Monochromatic Colors of #E8FBF8
Black with #E8FBF8
Text Example
Text Example
White with #E8FBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FBF8; }
p { color: rgb(232,251,248); }
H1.HeaderClassName
{
color: #E8FBF8;
}
.AnyTagClassName
{
color: #E8FBF8;
}
</style>
background-color css
<style>
a { background-color: #E8FBF8; }
a { background-color: rgb(232,251,248); }
div.DivClassName
{
background-color: #E8FBF8;
}
.BgClassName
{
background-color: #E8FBF8;
}
</style>
border-color css
<style>
span { border-color: #E8FBF8; }
span { border-color: rgb(232,251,248); }
td.TdClassName
{
border-color: #E8FBF8;
}
.TagClassName
{
border-color: #E8FBF8;
}
</style>