Shades of Azure #EBFDFC
Tints of Azure #EBFDFC
RGB
CMYK
RGB Variations
Color information
#EBFDFC (or 0xEBFDFC) is known color: Azure. HEX triplet: EB, FD and FC. RGB value is (235,253,252). Sum of RGB (Red+Green+Blue) = 235+253+252=740 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.76% from 740); Green value is 253 (99.22% from 255 or 34.19% from 740); Blue value is 252 (98.83% from 255 or 34.05% from 740); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFDFC is #140203. Grayscale: #F7F7F7. Windows color (decimal): -1311236 or 16580075. OLE color: 16580075.
HSL color Cylindrical-coordinate representation of color #EBFDFC: hue angle of 176.67º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBFDFC is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 235 | 253 | 252 | - |
CMYK | 0.07 | 0 | 0.00 | 0.01 |
HSL | 176.67º | 0.82% | 0.96% | - |
HSV(B) | 176.67º | 0.07% | 0.99% | - |
XYZ | 86.96 | 94.94 | 105.84 | - |
YUV | 247.5 | 130.54 | 119.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 253 | 252 | 0.07 | 0 | 0.00 | 0.01 | 176.67 | 0.82 | 0.96 |
Hex | EB | FD | FC | 7 | 0 | 0 | 1 | B1 | 52 | 60 |
Octal | 353 | 375 | 374 | 7 | 0 | 0 | 1 | 261 | 122 | 140 |
Binary | 11101011 | 11111101 | 11111100 | 111 | 0 | 0 | 1 | 10110001 | 1010010 | 1100000 |
Color Harmonies of #EBFDFC
Complementary color
Monochromatic Colors of #EBFDFC
Black with #EBFDFC
Text Example
Text Example
White with #EBFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFDFC; }
p { color: rgb(235,253,252); }
H1.HeaderClassName
{
color: #EBFDFC;
}
.AnyTagClassName
{
color: #EBFDFC;
}
</style>
background-color css
<style>
a { background-color: #EBFDFC; }
a { background-color: rgb(235,253,252); }
div.DivClassName
{
background-color: #EBFDFC;
}
.BgClassName
{
background-color: #EBFDFC;
}
</style>
border-color css
<style>
span { border-color: #EBFDFC; }
span { border-color: rgb(235,253,252); }
td.TdClassName
{
border-color: #EBFDFC;
}
.TagClassName
{
border-color: #EBFDFC;
}
</style>