Shades of Echo Blue #ADB3C2
Tints of Echo Blue #ADB3C2
RGB
CMYK
RGB Variations
Color information
#ADB3C2 (or 0xADB3C2) is known color: Echo Blue. HEX triplet: AD, B3 and C2. RGB value is (173,179,194). Sum of RGB (Red+Green+Blue) = 173+179+194=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADB3C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3C2 is #524C3D. Grayscale: #B2B2B2. Windows color (decimal): -5393470 or 12759981. OLE color: 12759981.
HSL color Cylindrical-coordinate representation of color #ADB3C2: hue angle of 222.86º 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 #ADB3C2 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 179 | 194 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.24 |
| HSL | 222.86º | 0.15% | 0.72% | - |
| HSV(B) | 222.86º | 0.11% | 0.76% | - |
| XYZ | 43.09 | 45.02 | 57.46 | - |
| YUV | 178.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 194 | 0.11 | 0.08 | 0 | 0.24 | 222.86 | 0.15 | 0.72 |
| Hex | AD | B3 | C2 | B | 8 | 0 | 18 | DF | F | 48 |
| Octal | 255 | 263 | 302 | 13 | 10 | 0 | 30 | 337 | 17 | 110 |
| Binary | 10101101 | 10110011 | 11000010 | 1011 | 1000 | 0 | 11000 | 11011111 | 1111 | 1001000 |
Color Harmonies of #ADB3C2
Complementary color
Monochromatic Colors of #ADB3C2
Black with #ADB3C2
Text Example
Text Example
White with #ADB3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3C2; }
p { color: rgb(173,179,194); }
H1.HeaderClassName
{
color: #ADB3C2;
}
.AnyTagClassName
{
color: #ADB3C2;
}
</style>
background-color css
<style>
a { background-color: #ADB3C2; }
a { background-color: rgb(173,179,194); }
div.DivClassName
{
background-color: #ADB3C2;
}
.BgClassName
{
background-color: #ADB3C2;
}
</style>
border-color css
<style>
span { border-color: #ADB3C2; }
span { border-color: rgb(173,179,194); }
td.TdClassName
{
border-color: #ADB3C2;
}
.TagClassName
{
border-color: #ADB3C2;
}
</style>