Shades of Echo Blue #ADB0CD
Tints of Echo Blue #ADB0CD
RGB
CMYK
RGB Variations
Color information
#ADB0CD (or 0xADB0CD) is known color: Echo Blue. HEX triplet: AD, B0 and CD. RGB value is (173,176,205). Sum of RGB (Red+Green+Blue) = 173+176+205=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADB0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0CD is #524F32. Grayscale: #B2B2B2. Windows color (decimal): -5394227 or 13480109. OLE color: 13480109.
HSL color Cylindrical-coordinate representation of color #ADB0CD: hue angle of 234.38º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADB0CD is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 176 | 205 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.20 |
| HSL | 234.38º | 0.24% | 0.74% | - |
| HSV(B) | 234.38º | 0.16% | 0.8% | - |
| XYZ | 43.78 | 44.34 | 64.01 | - |
| YUV | 178.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 205 | 0.16 | 0.14 | 0 | 0.20 | 234.38 | 0.24 | 0.74 |
| Hex | AD | B0 | CD | 10 | E | 0 | 14 | EA | 18 | 4A |
| Octal | 255 | 260 | 315 | 20 | 16 | 0 | 24 | 352 | 30 | 112 |
| Binary | 10101101 | 10110000 | 11001101 | 10000 | 1110 | 0 | 10100 | 11101010 | 11000 | 1001010 |
Color Harmonies of #ADB0CD
Complementary color
Monochromatic Colors of #ADB0CD
Black with #ADB0CD
Text Example
Text Example
White with #ADB0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0CD; }
p { color: rgb(173,176,205); }
H1.HeaderClassName
{
color: #ADB0CD;
}
.AnyTagClassName
{
color: #ADB0CD;
}
</style>
background-color css
<style>
a { background-color: #ADB0CD; }
a { background-color: rgb(173,176,205); }
div.DivClassName
{
background-color: #ADB0CD;
}
.BgClassName
{
background-color: #ADB0CD;
}
</style>
border-color css
<style>
span { border-color: #ADB0CD; }
span { border-color: rgb(173,176,205); }
td.TdClassName
{
border-color: #ADB0CD;
}
.TagClassName
{
border-color: #ADB0CD;
}
</style>