Shades of Azure #EBF8FA
Tints of Azure #EBF8FA
RGB
CMYK
RGB Variations
Color information
#EBF8FA (or 0xEBF8FA) is known color: Azure. HEX triplet: EB, F8 and FA. RGB value is (235,248,250). Sum of RGB (Red+Green+Blue) = 235+248+250=733 (97% of max value = 765). Red value is 235 (92.19% from 255 or 32.06% from 733); Green value is 248 (97.27% from 255 or 33.83% from 733); Blue value is 250 (98.05% from 255 or 34.11% from 733); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBF8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF8FA is #140705. Grayscale: #F4F4F4. Windows color (decimal): -1312518 or 16447723. OLE color: 16447723.
HSL color Cylindrical-coordinate representation of color #EBF8FA: hue angle of 188º degrees, saturation: 0.6, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBF8FA is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 248 | 250 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.02 |
| HSL | 188º | 0.6% | 0.95% | - |
| HSV(B) | 188º | 0.06% | 0.98% | - |
| XYZ | 85.08 | 91.7 | 103.66 | - |
| YUV | 244.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 248 | 250 | 0.06 | 0.01 | 0 | 0.02 | 188 | 0.6 | 0.95 |
| Hex | EB | F8 | FA | 6 | 1 | 0 | 2 | BC | 3C | 5F |
| Octal | 353 | 370 | 372 | 6 | 1 | 0 | 2 | 274 | 74 | 137 |
| Binary | 11101011 | 11111000 | 11111010 | 110 | 1 | 0 | 10 | 10111100 | 111100 | 1011111 |
Color Harmonies of #EBF8FA
Complementary color
Monochromatic Colors of #EBF8FA
Black with #EBF8FA
Text Example
Text Example
White with #EBF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF8FA; }
p { color: rgb(235,248,250); }
H1.HeaderClassName
{
color: #EBF8FA;
}
.AnyTagClassName
{
color: #EBF8FA;
}
</style>
background-color css
<style>
a { background-color: #EBF8FA; }
a { background-color: rgb(235,248,250); }
div.DivClassName
{
background-color: #EBF8FA;
}
.BgClassName
{
background-color: #EBF8FA;
}
</style>
border-color css
<style>
span { border-color: #EBF8FA; }
span { border-color: rgb(235,248,250); }
td.TdClassName
{
border-color: #EBF8FA;
}
.TagClassName
{
border-color: #EBF8FA;
}
</style>