Shades of Echo Blue #ADB9CB
Tints of Echo Blue #ADB9CB
RGB
CMYK
RGB Variations
Color information
#ADB9CB (or 0xADB9CB) is known color: Echo Blue. HEX triplet: AD, B9 and CB. RGB value is (173,185,203). Sum of RGB (Red+Green+Blue) = 173+185+203=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADB9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9CB is #524634. Grayscale: #B7B7B7. Windows color (decimal): -5391925 or 13351341. OLE color: 13351341.
HSL color Cylindrical-coordinate representation of color #ADB9CB: hue angle of 216º 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 #ADB9CB is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 185 | 203 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.20 |
| HSL | 216º | 0.22% | 0.74% | - |
| HSV(B) | 216º | 0.15% | 0.8% | - |
| XYZ | 45.36 | 47.89 | 63.35 | - |
| YUV | 183.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 203 | 0.15 | 0.09 | 0 | 0.20 | 216 | 0.22 | 0.74 |
| Hex | AD | B9 | CB | F | 9 | 0 | 14 | D8 | 16 | 4A |
| Octal | 255 | 271 | 313 | 17 | 11 | 0 | 24 | 330 | 26 | 112 |
| Binary | 10101101 | 10111001 | 11001011 | 1111 | 1001 | 0 | 10100 | 11011000 | 10110 | 1001010 |
Color Harmonies of #ADB9CB
Complementary color
Monochromatic Colors of #ADB9CB
Black with #ADB9CB
Text Example
Text Example
White with #ADB9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9CB; }
p { color: rgb(173,185,203); }
H1.HeaderClassName
{
color: #ADB9CB;
}
.AnyTagClassName
{
color: #ADB9CB;
}
</style>
background-color css
<style>
a { background-color: #ADB9CB; }
a { background-color: rgb(173,185,203); }
div.DivClassName
{
background-color: #ADB9CB;
}
.BgClassName
{
background-color: #ADB9CB;
}
</style>
border-color css
<style>
span { border-color: #ADB9CB; }
span { border-color: rgb(173,185,203); }
td.TdClassName
{
border-color: #ADB9CB;
}
.TagClassName
{
border-color: #ADB9CB;
}
</style>