Shades of Echo Blue #ADB6C2
Tints of Echo Blue #ADB6C2
RGB
CMYK
RGB Variations
Color information
#ADB6C2 (or 0xADB6C2) is known color: Echo Blue. HEX triplet: AD, B6 and C2. RGB value is (173,182,194). Sum of RGB (Red+Green+Blue) = 173+182+194=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADB6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6C2 is #52493D. Grayscale: #B4B4B4. Windows color (decimal): -5392702 or 12760749. OLE color: 12760749.
HSL color Cylindrical-coordinate representation of color #ADB6C2: hue angle of 214.29º 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 #ADB6C2 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 173 | 182 | 194 | - |
CMYK | 0.11 | 0.06 | 0 | 0.24 |
HSL | 214.29º | 0.15% | 0.72% | - |
HSV(B) | 214.29º | 0.11% | 0.76% | - |
XYZ | 43.7 | 46.24 | 57.66 | - |
YUV | 180.68 | 135.52 | 122.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 182 | 194 | 0.11 | 0.06 | 0 | 0.24 | 214.29 | 0.15 | 0.72 |
Hex | AD | B6 | C2 | B | 6 | 0 | 18 | D6 | F | 48 |
Octal | 255 | 266 | 302 | 13 | 6 | 0 | 30 | 326 | 17 | 110 |
Binary | 10101101 | 10110110 | 11000010 | 1011 | 110 | 0 | 11000 | 11010110 | 1111 | 1001000 |
Color Harmonies of #ADB6C2
Complementary color
Monochromatic Colors of #ADB6C2
Black with #ADB6C2
Text Example
Text Example
White with #ADB6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB6C2; }
p { color: rgb(173,182,194); }
H1.HeaderClassName
{
color: #ADB6C2;
}
.AnyTagClassName
{
color: #ADB6C2;
}
</style>
background-color css
<style>
a { background-color: #ADB6C2; }
a { background-color: rgb(173,182,194); }
div.DivClassName
{
background-color: #ADB6C2;
}
.BgClassName
{
background-color: #ADB6C2;
}
</style>
border-color css
<style>
span { border-color: #ADB6C2; }
span { border-color: rgb(173,182,194); }
td.TdClassName
{
border-color: #ADB6C2;
}
.TagClassName
{
border-color: #ADB6C2;
}
</style>