Shades of Echo Blue #ADB0C2
Tints of Echo Blue #ADB0C2
RGB
CMYK
RGB Variations
Color information
#ADB0C2 (or 0xADB0C2) is known color: Echo Blue. HEX triplet: AD, B0 and C2. RGB value is (173,176,194). Sum of RGB (Red+Green+Blue) = 173+176+194=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADB0C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0C2 is #524F3D. Grayscale: #B1B1B1. Windows color (decimal): -5394238 or 12759213. OLE color: 12759213.
HSL color Cylindrical-coordinate representation of color #ADB0C2: hue angle of 231.43º 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 #ADB0C2 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 173 | 176 | 194 | - |
CMYK | 0.11 | 0.09 | 0 | 0.24 |
HSL | 231.43º | 0.15% | 0.72% | - |
HSV(B) | 231.43º | 0.11% | 0.76% | - |
XYZ | 42.5 | 43.83 | 57.26 | - |
YUV | 177.16 | 137.51 | 125.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 176 | 194 | 0.11 | 0.09 | 0 | 0.24 | 231.43 | 0.15 | 0.72 |
Hex | AD | B0 | C2 | B | 9 | 0 | 18 | E7 | F | 48 |
Octal | 255 | 260 | 302 | 13 | 11 | 0 | 30 | 347 | 17 | 110 |
Binary | 10101101 | 10110000 | 11000010 | 1011 | 1001 | 0 | 11000 | 11100111 | 1111 | 1001000 |
Color Harmonies of #ADB0C2
Complementary color
Monochromatic Colors of #ADB0C2
Black with #ADB0C2
Text Example
Text Example
White with #ADB0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0C2; }
p { color: rgb(173,176,194); }
H1.HeaderClassName
{
color: #ADB0C2;
}
.AnyTagClassName
{
color: #ADB0C2;
}
</style>
background-color css
<style>
a { background-color: #ADB0C2; }
a { background-color: rgb(173,176,194); }
div.DivClassName
{
background-color: #ADB0C2;
}
.BgClassName
{
background-color: #ADB0C2;
}
</style>
border-color css
<style>
span { border-color: #ADB0C2; }
span { border-color: rgb(173,176,194); }
td.TdClassName
{
border-color: #ADB0C2;
}
.TagClassName
{
border-color: #ADB0C2;
}
</style>