Shades of Azure #EBFAF7
Tints of Azure #EBFAF7
RGB
CMYK
RGB Variations
Color information
#EBFAF7 (or 0xEBFAF7) is known color: Azure. HEX triplet: EB, FA and F7. RGB value is (235,250,247). Sum of RGB (Red+Green+Blue) = 235+250+247=732 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.10% from 732); Green value is 250 (98.05% from 255 or 34.15% from 732); Blue value is 247 (96.88% from 255 or 33.74% from 732); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFAF7 is #140508. Grayscale: #F5F5F5. Windows color (decimal): -1312009 or 16251627. OLE color: 16251627.
HSL color Cylindrical-coordinate representation of color #EBFAF7: hue angle of 168º 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 #EBFAF7 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 250 | 247 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.02 |
| HSL | 168º | 0.6% | 0.95% | - |
| HSV(B) | 168º | 0.06% | 0.98% | - |
| XYZ | 85.24 | 92.75 | 101.41 | - |
| YUV | 245.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 250 | 247 | 0.06 | 0 | 0.01 | 0.02 | 168 | 0.6 | 0.95 |
| Hex | EB | FA | F7 | 6 | 0 | 1 | 2 | A8 | 3C | 5F |
| Octal | 353 | 372 | 367 | 6 | 0 | 1 | 2 | 250 | 74 | 137 |
| Binary | 11101011 | 11111010 | 11110111 | 110 | 0 | 1 | 10 | 10101000 | 111100 | 1011111 |
Color Harmonies of #EBFAF7
Complementary color
Monochromatic Colors of #EBFAF7
Black with #EBFAF7
Text Example
Text Example
White with #EBFAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFAF7; }
p { color: rgb(235,250,247); }
H1.HeaderClassName
{
color: #EBFAF7;
}
.AnyTagClassName
{
color: #EBFAF7;
}
</style>
background-color css
<style>
a { background-color: #EBFAF7; }
a { background-color: rgb(235,250,247); }
div.DivClassName
{
background-color: #EBFAF7;
}
.BgClassName
{
background-color: #EBFAF7;
}
</style>
border-color css
<style>
span { border-color: #EBFAF7; }
span { border-color: rgb(235,250,247); }
td.TdClassName
{
border-color: #EBFAF7;
}
.TagClassName
{
border-color: #EBFAF7;
}
</style>