Shades of Echo Blue #ADB5C2
Tints of Echo Blue #ADB5C2
RGB
CMYK
RGB Variations
Color information
#ADB5C2 (or 0xADB5C2) is known color: Echo Blue. HEX triplet: AD, B5 and C2. RGB value is (173,181,194). Sum of RGB (Red+Green+Blue) = 173+181+194=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADB5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5C2 is #524A3D. Grayscale: #B4B4B4. Windows color (decimal): -5392958 or 12760493. OLE color: 12760493.
HSL color Cylindrical-coordinate representation of color #ADB5C2: hue angle of 217.14º 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 #ADB5C2 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 173 | 181 | 194 | - |
CMYK | 0.11 | 0.07 | 0 | 0.24 |
HSL | 217.14º | 0.15% | 0.72% | - |
HSV(B) | 217.14º | 0.11% | 0.76% | - |
XYZ | 43.5 | 45.83 | 57.59 | - |
YUV | 180.09 | 135.85 | 122.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 181 | 194 | 0.11 | 0.07 | 0 | 0.24 | 217.14 | 0.15 | 0.72 |
Hex | AD | B5 | C2 | B | 7 | 0 | 18 | D9 | F | 48 |
Octal | 255 | 265 | 302 | 13 | 7 | 0 | 30 | 331 | 17 | 110 |
Binary | 10101101 | 10110101 | 11000010 | 1011 | 111 | 0 | 11000 | 11011001 | 1111 | 1001000 |
Color Harmonies of #ADB5C2
Complementary color
Monochromatic Colors of #ADB5C2
Black with #ADB5C2
Text Example
Text Example
White with #ADB5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5C2; }
p { color: rgb(173,181,194); }
H1.HeaderClassName
{
color: #ADB5C2;
}
.AnyTagClassName
{
color: #ADB5C2;
}
</style>
background-color css
<style>
a { background-color: #ADB5C2; }
a { background-color: rgb(173,181,194); }
div.DivClassName
{
background-color: #ADB5C2;
}
.BgClassName
{
background-color: #ADB5C2;
}
</style>
border-color css
<style>
span { border-color: #ADB5C2; }
span { border-color: rgb(173,181,194); }
td.TdClassName
{
border-color: #ADB5C2;
}
.TagClassName
{
border-color: #ADB5C2;
}
</style>