Shades of Echo Blue #ADB2C2
Tints of Echo Blue #ADB2C2
RGB
CMYK
RGB Variations
Color information
#ADB2C2 (or 0xADB2C2) is known color: Echo Blue. HEX triplet: AD, B2 and C2. RGB value is (173,178,194). Sum of RGB (Red+Green+Blue) = 173+178+194=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADB2C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2C2 is #524D3D. Grayscale: #B2B2B2. Windows color (decimal): -5393726 or 12759725. OLE color: 12759725.
HSL color Cylindrical-coordinate representation of color #ADB2C2: hue angle of 225.71º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADB2C2 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 178 | 194 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.24 |
| HSL | 225.71º | 0.15% | 0.72% | - |
| HSV(B) | 225.71º | 0.11% | 0.76% | - |
| XYZ | 42.89 | 44.62 | 57.39 | - |
| YUV | 178.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 194 | 0.11 | 0.08 | 0 | 0.24 | 225.71 | 0.15 | 0.72 |
| Hex | AD | B2 | C2 | B | 8 | 0 | 18 | E2 | F | 48 |
| Octal | 255 | 262 | 302 | 13 | 10 | 0 | 30 | 342 | 17 | 110 |
| Binary | 10101101 | 10110010 | 11000010 | 1011 | 1000 | 0 | 11000 | 11100010 | 1111 | 1001000 |
Color Harmonies of #ADB2C2
Complementary color
Monochromatic Colors of #ADB2C2
Black with #ADB2C2
Text Example
Text Example
White with #ADB2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2C2; }
p { color: rgb(173,178,194); }
H1.HeaderClassName
{
color: #ADB2C2;
}
.AnyTagClassName
{
color: #ADB2C2;
}
</style>
background-color css
<style>
a { background-color: #ADB2C2; }
a { background-color: rgb(173,178,194); }
div.DivClassName
{
background-color: #ADB2C2;
}
.BgClassName
{
background-color: #ADB2C2;
}
</style>
border-color css
<style>
span { border-color: #ADB2C2; }
span { border-color: rgb(173,178,194); }
td.TdClassName
{
border-color: #ADB2C2;
}
.TagClassName
{
border-color: #ADB2C2;
}
</style>