Shades of Echo Blue #ADB2C1
Tints of Echo Blue #ADB2C1
RGB
CMYK
RGB Variations
Color information
#ADB2C1 (or 0xADB2C1) is known color: Echo Blue. HEX triplet: AD, B2 and C1. RGB value is (173,178,193). Sum of RGB (Red+Green+Blue) = 173+178+193=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADB2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2C1 is #524D3E. Grayscale: #B2B2B2. Windows color (decimal): -5393727 or 12694189. OLE color: 12694189.
HSL color Cylindrical-coordinate representation of color #ADB2C1: hue angle of 225º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADB2C1 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 178 | 193 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.24 |
| HSL | 225º | 0.14% | 0.72% | - |
| HSV(B) | 225º | 0.1% | 0.76% | - |
| XYZ | 42.78 | 44.58 | 56.8 | - |
| YUV | 178.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 193 | 0.10 | 0.08 | 0 | 0.24 | 225 | 0.14 | 0.72 |
| Hex | AD | B2 | C1 | A | 8 | 0 | 18 | E1 | E | 48 |
| Octal | 255 | 262 | 301 | 12 | 10 | 0 | 30 | 341 | 16 | 110 |
| Binary | 10101101 | 10110010 | 11000001 | 1010 | 1000 | 0 | 11000 | 11100001 | 1110 | 1001000 |
Color Harmonies of #ADB2C1
Complementary color
Monochromatic Colors of #ADB2C1
Black with #ADB2C1
Text Example
Text Example
White with #ADB2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2C1; }
p { color: rgb(173,178,193); }
H1.HeaderClassName
{
color: #ADB2C1;
}
.AnyTagClassName
{
color: #ADB2C1;
}
</style>
background-color css
<style>
a { background-color: #ADB2C1; }
a { background-color: rgb(173,178,193); }
div.DivClassName
{
background-color: #ADB2C1;
}
.BgClassName
{
background-color: #ADB2C1;
}
</style>
border-color css
<style>
span { border-color: #ADB2C1; }
span { border-color: rgb(173,178,193); }
td.TdClassName
{
border-color: #ADB2C1;
}
.TagClassName
{
border-color: #ADB2C1;
}
</style>