Shades of Echo Blue #ADB7CB
Tints of Echo Blue #ADB7CB
RGB
CMYK
RGB Variations
Color information
#ADB7CB (or 0xADB7CB) is known color: Echo Blue. HEX triplet: AD, B7 and CB. RGB value is (173,183,203). Sum of RGB (Red+Green+Blue) = 173+183+203=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADB7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7CB is #524834. Grayscale: #B6B6B6. Windows color (decimal): -5392437 or 13350829. OLE color: 13350829.
HSL color Cylindrical-coordinate representation of color #ADB7CB: hue angle of 220º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADB7CB is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 183 | 203 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.20 |
| HSL | 220º | 0.22% | 0.74% | - |
| HSV(B) | 220º | 0.15% | 0.8% | - |
| XYZ | 44.95 | 47.06 | 63.22 | - |
| YUV | 182.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 203 | 0.15 | 0.10 | 0 | 0.20 | 220 | 0.22 | 0.74 |
| Hex | AD | B7 | CB | F | A | 0 | 14 | DC | 16 | 4A |
| Octal | 255 | 267 | 313 | 17 | 12 | 0 | 24 | 334 | 26 | 112 |
| Binary | 10101101 | 10110111 | 11001011 | 1111 | 1010 | 0 | 10100 | 11011100 | 10110 | 1001010 |
Color Harmonies of #ADB7CB
Complementary color
Monochromatic Colors of #ADB7CB
Black with #ADB7CB
Text Example
Text Example
White with #ADB7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7CB; }
p { color: rgb(173,183,203); }
H1.HeaderClassName
{
color: #ADB7CB;
}
.AnyTagClassName
{
color: #ADB7CB;
}
</style>
background-color css
<style>
a { background-color: #ADB7CB; }
a { background-color: rgb(173,183,203); }
div.DivClassName
{
background-color: #ADB7CB;
}
.BgClassName
{
background-color: #ADB7CB;
}
</style>
border-color css
<style>
span { border-color: #ADB7CB; }
span { border-color: rgb(173,183,203); }
td.TdClassName
{
border-color: #ADB7CB;
}
.TagClassName
{
border-color: #ADB7CB;
}
</style>