Shades of Echo Blue #ADB7D5
Tints of Echo Blue #ADB7D5
RGB
CMYK
RGB Variations
Color information
#ADB7D5 (or 0xADB7D5) is known color: Echo Blue. HEX triplet: AD, B7 and D5. RGB value is (173,183,213). Sum of RGB (Red+Green+Blue) = 173+183+213=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADB7D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7D5 is #52482A. Grayscale: #B7B7B7. Windows color (decimal): -5392427 or 14006189. OLE color: 14006189.
HSL color Cylindrical-coordinate representation of color #ADB7D5: hue angle of 225º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADB7D5 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 183 | 213 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.16 |
| HSL | 225º | 0.32% | 0.76% | - |
| HSV(B) | 225º | 0.19% | 0.84% | - |
| XYZ | 46.18 | 47.56 | 69.7 | - |
| YUV | 183.43 | 144.69 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 213 | 0.19 | 0.14 | 0 | 0.16 | 225 | 0.32 | 0.76 |
| Hex | AD | B7 | D5 | 13 | E | 0 | 10 | E1 | 20 | 4C |
| Octal | 255 | 267 | 325 | 23 | 16 | 0 | 20 | 341 | 40 | 114 |
| Binary | 10101101 | 10110111 | 11010101 | 10011 | 1110 | 0 | 10000 | 11100001 | 100000 | 1001100 |
Color Harmonies of #ADB7D5
Complementary color
Monochromatic Colors of #ADB7D5
Black with #ADB7D5
Text Example
Text Example
White with #ADB7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7D5; }
p { color: rgb(173,183,213); }
H1.HeaderClassName
{
color: #ADB7D5;
}
.AnyTagClassName
{
color: #ADB7D5;
}
</style>
background-color css
<style>
a { background-color: #ADB7D5; }
a { background-color: rgb(173,183,213); }
div.DivClassName
{
background-color: #ADB7D5;
}
.BgClassName
{
background-color: #ADB7D5;
}
</style>
border-color css
<style>
span { border-color: #ADB7D5; }
span { border-color: rgb(173,183,213); }
td.TdClassName
{
border-color: #ADB7D5;
}
.TagClassName
{
border-color: #ADB7D5;
}
</style>