Shades of Azure #EBFEFD
Tints of Azure #EBFEFD
RGB
CMYK
RGB Variations
Color information
#EBFEFD (or 0xEBFEFD) is known color: Azure. HEX triplet: EB, FE and FD. RGB value is (235,254,253). Sum of RGB (Red+Green+Blue) = 235+254+253=742 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.67% from 742); Green value is 254 (99.61% from 255 or 34.23% from 742); Blue value is 253 (99.22% from 255 or 34.10% from 742); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFEFD is #140102. Grayscale: #F8F8F8. Windows color (decimal): -1310979 or 16645867. OLE color: 16645867.
HSL color Cylindrical-coordinate representation of color #EBFEFD: hue angle of 176.84º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBFEFD is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 254 | 253 | - |
| CMYK | 0.07 | 0 | 0.00 | 0.00 |
| HSL | 176.84º | 0.9% | 0.96% | - |
| HSV(B) | 176.84º | 0.07% | 1% | - |
| XYZ | 87.43 | 95.64 | 106.78 | - |
| YUV | 248.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 254 | 253 | 0.07 | 0 | 0.00 | 0.00 | 176.84 | 0.9 | 0.96 |
| Hex | EB | FE | FD | 7 | 0 | 0 | 0 | B1 | 5A | 60 |
| Octal | 353 | 376 | 375 | 7 | 0 | 0 | 0 | 261 | 132 | 140 |
| Binary | 11101011 | 11111110 | 11111101 | 111 | 0 | 0 | 0 | 10110001 | 1011010 | 1100000 |
Color Harmonies of #EBFEFD
Complementary color
Monochromatic Colors of #EBFEFD
Black with #EBFEFD
Text Example
Text Example
White with #EBFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFEFD; }
p { color: rgb(235,254,253); }
H1.HeaderClassName
{
color: #EBFEFD;
}
.AnyTagClassName
{
color: #EBFEFD;
}
</style>
background-color css
<style>
a { background-color: #EBFEFD; }
a { background-color: rgb(235,254,253); }
div.DivClassName
{
background-color: #EBFEFD;
}
.BgClassName
{
background-color: #EBFEFD;
}
</style>
border-color css
<style>
span { border-color: #EBFEFD; }
span { border-color: rgb(235,254,253); }
td.TdClassName
{
border-color: #EBFEFD;
}
.TagClassName
{
border-color: #EBFEFD;
}
</style>