Shades of Echo Blue #ADB7C4
Tints of Echo Blue #ADB7C4
RGB
CMYK
RGB Variations
Color information
#ADB7C4 (or 0xADB7C4) is known color: Echo Blue. HEX triplet: AD, B7 and C4. RGB value is (173,183,196). Sum of RGB (Red+Green+Blue) = 173+183+196=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADB7C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7C4 is #52483B. Grayscale: #B5B5B5. Windows color (decimal): -5392444 or 12892077. OLE color: 12892077.
HSL color Cylindrical-coordinate representation of color #ADB7C4: hue angle of 213.91º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADB7C4 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 183 | 196 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.23 |
| HSL | 213.91º | 0.16% | 0.72% | - |
| HSV(B) | 213.91º | 0.12% | 0.77% | - |
| XYZ | 44.13 | 46.74 | 58.92 | - |
| YUV | 181.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 196 | 0.12 | 0.07 | 0 | 0.23 | 213.91 | 0.16 | 0.72 |
| Hex | AD | B7 | C4 | C | 7 | 0 | 17 | D6 | 10 | 48 |
| Octal | 255 | 267 | 304 | 14 | 7 | 0 | 27 | 326 | 20 | 110 |
| Binary | 10101101 | 10110111 | 11000100 | 1100 | 111 | 0 | 10111 | 11010110 | 10000 | 1001000 |
Color Harmonies of #ADB7C4
Complementary color
Monochromatic Colors of #ADB7C4
Black with #ADB7C4
Text Example
Text Example
White with #ADB7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7C4; }
p { color: rgb(173,183,196); }
H1.HeaderClassName
{
color: #ADB7C4;
}
.AnyTagClassName
{
color: #ADB7C4;
}
</style>
background-color css
<style>
a { background-color: #ADB7C4; }
a { background-color: rgb(173,183,196); }
div.DivClassName
{
background-color: #ADB7C4;
}
.BgClassName
{
background-color: #ADB7C4;
}
</style>
border-color css
<style>
span { border-color: #ADB7C4; }
span { border-color: rgb(173,183,196); }
td.TdClassName
{
border-color: #ADB7C4;
}
.TagClassName
{
border-color: #ADB7C4;
}
</style>