Shades of Echo Blue #ADB3C5
Tints of Echo Blue #ADB3C5
RGB
CMYK
RGB Variations
Color information
#ADB3C5 (or 0xADB3C5) is known color: Echo Blue. HEX triplet: AD, B3 and C5. RGB value is (173,179,197). Sum of RGB (Red+Green+Blue) = 173+179+197=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADB3C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3C5 is #524C3A. Grayscale: #B3B3B3. Windows color (decimal): -5393467 or 12956589. OLE color: 12956589.
HSL color Cylindrical-coordinate representation of color #ADB3C5: hue angle of 225º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADB3C5 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 179 | 197 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.23 |
| HSL | 225º | 0.17% | 0.73% | - |
| HSV(B) | 225º | 0.12% | 0.77% | - |
| XYZ | 43.43 | 45.16 | 59.25 | - |
| YUV | 179.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 197 | 0.12 | 0.09 | 0 | 0.23 | 225 | 0.17 | 0.73 |
| Hex | AD | B3 | C5 | C | 9 | 0 | 17 | E1 | 11 | 49 |
| Octal | 255 | 263 | 305 | 14 | 11 | 0 | 27 | 341 | 21 | 111 |
| Binary | 10101101 | 10110011 | 11000101 | 1100 | 1001 | 0 | 10111 | 11100001 | 10001 | 1001001 |
Color Harmonies of #ADB3C5
Complementary color
Monochromatic Colors of #ADB3C5
Black with #ADB3C5
Text Example
Text Example
White with #ADB3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3C5; }
p { color: rgb(173,179,197); }
H1.HeaderClassName
{
color: #ADB3C5;
}
.AnyTagClassName
{
color: #ADB3C5;
}
</style>
background-color css
<style>
a { background-color: #ADB3C5; }
a { background-color: rgb(173,179,197); }
div.DivClassName
{
background-color: #ADB3C5;
}
.BgClassName
{
background-color: #ADB3C5;
}
</style>
border-color css
<style>
span { border-color: #ADB3C5; }
span { border-color: rgb(173,179,197); }
td.TdClassName
{
border-color: #ADB3C5;
}
.TagClassName
{
border-color: #ADB3C5;
}
</style>