Shades of Echo Blue #ADAFC7
Tints of Echo Blue #ADAFC7
RGB
CMYK
RGB Variations
Color information
#ADAFC7 (or 0xADAFC7) is known color: Echo Blue. HEX triplet: AD, AF and C7. RGB value is (173,175,199). Sum of RGB (Red+Green+Blue) = 173+175+199=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 199 - color contains mainly: blue. Hex color #ADAFC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFC7 is #525038. Grayscale: #B1B1B1. Windows color (decimal): -5394489 or 13086637. OLE color: 13086637.
HSL color Cylindrical-coordinate representation of color #ADAFC7: hue angle of 235.38º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADAFC7 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 175 | 199 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.22 |
| HSL | 235.38º | 0.19% | 0.73% | - |
| HSV(B) | 235.38º | 0.13% | 0.78% | - |
| XYZ | 42.87 | 43.67 | 60.2 | - |
| YUV | 177.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 199 | 0.13 | 0.12 | 0 | 0.22 | 235.38 | 0.19 | 0.73 |
| Hex | AD | AF | C7 | D | C | 0 | 16 | EB | 13 | 49 |
| Octal | 255 | 257 | 307 | 15 | 14 | 0 | 26 | 353 | 23 | 111 |
| Binary | 10101101 | 10101111 | 11000111 | 1101 | 1100 | 0 | 10110 | 11101011 | 10011 | 1001001 |
Color Harmonies of #ADAFC7
Complementary color
Monochromatic Colors of #ADAFC7
Black with #ADAFC7
Text Example
Text Example
White with #ADAFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFC7; }
p { color: rgb(173,175,199); }
H1.HeaderClassName
{
color: #ADAFC7;
}
.AnyTagClassName
{
color: #ADAFC7;
}
</style>
background-color css
<style>
a { background-color: #ADAFC7; }
a { background-color: rgb(173,175,199); }
div.DivClassName
{
background-color: #ADAFC7;
}
.BgClassName
{
background-color: #ADAFC7;
}
</style>
border-color css
<style>
span { border-color: #ADAFC7; }
span { border-color: rgb(173,175,199); }
td.TdClassName
{
border-color: #ADAFC7;
}
.TagClassName
{
border-color: #ADAFC7;
}
</style>