Shades of Echo Blue #ADB2C0
Tints of Echo Blue #ADB2C0
RGB
CMYK
RGB Variations
Color information
#ADB2C0 (or 0xADB2C0) is known color: Echo Blue. HEX triplet: AD, B2 and C0. RGB value is (173,178,192). Sum of RGB (Red+Green+Blue) = 173+178+192=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADB2C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2C0 is #524D3F. Grayscale: #B2B2B2. Windows color (decimal): -5393728 or 12628653. OLE color: 12628653.
HSL color Cylindrical-coordinate representation of color #ADB2C0: hue angle of 224.21º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADB2C0 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 178 | 192 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.25 |
| HSL | 224.21º | 0.13% | 0.72% | - |
| HSV(B) | 224.21º | 0.1% | 0.75% | - |
| XYZ | 42.67 | 44.53 | 56.22 | - |
| YUV | 178.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 192 | 0.10 | 0.07 | 0 | 0.25 | 224.21 | 0.13 | 0.72 |
| Hex | AD | B2 | C0 | A | 7 | 0 | 19 | E0 | D | 48 |
| Octal | 255 | 262 | 300 | 12 | 7 | 0 | 31 | 340 | 15 | 110 |
| Binary | 10101101 | 10110010 | 11000000 | 1010 | 111 | 0 | 11001 | 11100000 | 1101 | 1001000 |
Color Harmonies of #ADB2C0
Complementary color
Monochromatic Colors of #ADB2C0
Black with #ADB2C0
Text Example
Text Example
White with #ADB2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2C0; }
p { color: rgb(173,178,192); }
H1.HeaderClassName
{
color: #ADB2C0;
}
.AnyTagClassName
{
color: #ADB2C0;
}
</style>
background-color css
<style>
a { background-color: #ADB2C0; }
a { background-color: rgb(173,178,192); }
div.DivClassName
{
background-color: #ADB2C0;
}
.BgClassName
{
background-color: #ADB2C0;
}
</style>
border-color css
<style>
span { border-color: #ADB2C0; }
span { border-color: rgb(173,178,192); }
td.TdClassName
{
border-color: #ADB2C0;
}
.TagClassName
{
border-color: #ADB2C0;
}
</style>