Shades of Echo Blue #ADB7C5
Tints of Echo Blue #ADB7C5
RGB
CMYK
RGB Variations
Color information
#ADB7C5 (or 0xADB7C5) is known color: Echo Blue. HEX triplet: AD, B7 and C5. RGB value is (173,183,197). Sum of RGB (Red+Green+Blue) = 173+183+197=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADB7C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7C5 is #52483A. Grayscale: #B5B5B5. Windows color (decimal): -5392443 or 12957613. OLE color: 12957613.
HSL color Cylindrical-coordinate representation of color #ADB7C5: hue angle of 215º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADB7C5 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 183 | 197 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.23 |
| HSL | 215º | 0.17% | 0.73% | - |
| HSV(B) | 215º | 0.12% | 0.77% | - |
| XYZ | 44.25 | 46.78 | 59.52 | - |
| YUV | 181.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 197 | 0.12 | 0.07 | 0 | 0.23 | 215 | 0.17 | 0.73 |
| Hex | AD | B7 | C5 | C | 7 | 0 | 17 | D7 | 11 | 49 |
| Octal | 255 | 267 | 305 | 14 | 7 | 0 | 27 | 327 | 21 | 111 |
| Binary | 10101101 | 10110111 | 11000101 | 1100 | 111 | 0 | 10111 | 11010111 | 10001 | 1001001 |
Color Harmonies of #ADB7C5
Complementary color
Monochromatic Colors of #ADB7C5
Black with #ADB7C5
Text Example
Text Example
White with #ADB7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7C5; }
p { color: rgb(173,183,197); }
H1.HeaderClassName
{
color: #ADB7C5;
}
.AnyTagClassName
{
color: #ADB7C5;
}
</style>
background-color css
<style>
a { background-color: #ADB7C5; }
a { background-color: rgb(173,183,197); }
div.DivClassName
{
background-color: #ADB7C5;
}
.BgClassName
{
background-color: #ADB7C5;
}
</style>
border-color css
<style>
span { border-color: #ADB7C5; }
span { border-color: rgb(173,183,197); }
td.TdClassName
{
border-color: #ADB7C5;
}
.TagClassName
{
border-color: #ADB7C5;
}
</style>