Shades of Azure #EBFCFB
Tints of Azure #EBFCFB
RGB
CMYK
RGB Variations
Color information
#EBFCFB (or 0xEBFCFB) is known color: Azure. HEX triplet: EB, FC and FB. RGB value is (235,252,251). Sum of RGB (Red+Green+Blue) = 235+252+251=738 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.84% from 738); Green value is 252 (98.83% from 255 or 34.15% from 738); Blue value is 251 (98.44% from 255 or 34.01% from 738); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFCFB is #140304. Grayscale: #F6F6F6. Windows color (decimal): -1311493 or 16514283. OLE color: 16514283.
HSL color Cylindrical-coordinate representation of color #EBFCFB: hue angle of 176.47º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBFCFB is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 235 | 252 | 251 | - |
CMYK | 0.07 | 0 | 0.00 | 0.01 |
HSL | 176.47º | 0.74% | 0.95% | - |
HSV(B) | 176.47º | 0.07% | 0.99% | - |
XYZ | 86.48 | 94.25 | 104.9 | - |
YUV | 246.8 | 130.37 | 119.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 252 | 251 | 0.07 | 0 | 0.00 | 0.01 | 176.47 | 0.74 | 0.95 |
Hex | EB | FC | FB | 7 | 0 | 0 | 1 | B0 | 4A | 5F |
Octal | 353 | 374 | 373 | 7 | 0 | 0 | 1 | 260 | 112 | 137 |
Binary | 11101011 | 11111100 | 11111011 | 111 | 0 | 0 | 1 | 10110000 | 1001010 | 1011111 |
Color Harmonies of #EBFCFB
Complementary color
Monochromatic Colors of #EBFCFB
Black with #EBFCFB
Text Example
Text Example
White with #EBFCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFCFB; }
p { color: rgb(235,252,251); }
H1.HeaderClassName
{
color: #EBFCFB;
}
.AnyTagClassName
{
color: #EBFCFB;
}
</style>
background-color css
<style>
a { background-color: #EBFCFB; }
a { background-color: rgb(235,252,251); }
div.DivClassName
{
background-color: #EBFCFB;
}
.BgClassName
{
background-color: #EBFCFB;
}
</style>
border-color css
<style>
span { border-color: #EBFCFB; }
span { border-color: rgb(235,252,251); }
td.TdClassName
{
border-color: #EBFCFB;
}
.TagClassName
{
border-color: #EBFCFB;
}
</style>