Shades of Echo Blue #ADB1C2
Tints of Echo Blue #ADB1C2
RGB
CMYK
RGB Variations
Color information
#ADB1C2 (or 0xADB1C2) is known color: Echo Blue. HEX triplet: AD, B1 and C2. RGB value is (173,177,194). Sum of RGB (Red+Green+Blue) = 173+177+194=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADB1C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1C2 is #524E3D. Grayscale: #B1B1B1. Windows color (decimal): -5393982 or 12759469. OLE color: 12759469.
HSL color Cylindrical-coordinate representation of color #ADB1C2: hue angle of 228.57º 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 #ADB1C2 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 177 | 194 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.24 |
| HSL | 228.57º | 0.15% | 0.72% | - |
| HSV(B) | 228.57º | 0.11% | 0.76% | - |
| XYZ | 42.69 | 44.22 | 57.32 | - |
| YUV | 177.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 194 | 0.11 | 0.09 | 0 | 0.24 | 228.57 | 0.15 | 0.72 |
| Hex | AD | B1 | C2 | B | 9 | 0 | 18 | E5 | F | 48 |
| Octal | 255 | 261 | 302 | 13 | 11 | 0 | 30 | 345 | 17 | 110 |
| Binary | 10101101 | 10110001 | 11000010 | 1011 | 1001 | 0 | 11000 | 11100101 | 1111 | 1001000 |
Color Harmonies of #ADB1C2
Complementary color
Monochromatic Colors of #ADB1C2
Black with #ADB1C2
Text Example
Text Example
White with #ADB1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB1C2; }
p { color: rgb(173,177,194); }
H1.HeaderClassName
{
color: #ADB1C2;
}
.AnyTagClassName
{
color: #ADB1C2;
}
</style>
background-color css
<style>
a { background-color: #ADB1C2; }
a { background-color: rgb(173,177,194); }
div.DivClassName
{
background-color: #ADB1C2;
}
.BgClassName
{
background-color: #ADB1C2;
}
</style>
border-color css
<style>
span { border-color: #ADB1C2; }
span { border-color: rgb(173,177,194); }
td.TdClassName
{
border-color: #ADB1C2;
}
.TagClassName
{
border-color: #ADB1C2;
}
</style>