Shades of Echo Blue #ADB4C8
Tints of Echo Blue #ADB4C8
RGB
CMYK
RGB Variations
Color information
#ADB4C8 (or 0xADB4C8) is known color: Echo Blue. HEX triplet: AD, B4 and C8. RGB value is (173,180,200). Sum of RGB (Red+Green+Blue) = 173+180+200=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 200 - color contains mainly: blue. Hex color #ADB4C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB4C8 is #524B37. Grayscale: #B4B4B4. Windows color (decimal): -5393208 or 13153453. OLE color: 13153453.
HSL color Cylindrical-coordinate representation of color #ADB4C8: hue angle of 224.44º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADB4C8 is Cyan = 0.14, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 180 | 200 | - |
| CMYK | 0.14 | 0.1 | 0 | 0.22 |
| HSL | 224.44º | 0.2% | 0.73% | - |
| HSV(B) | 224.44º | 0.14% | 0.78% | - |
| XYZ | 43.98 | 45.7 | 61.15 | - |
| YUV | 180.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 200 | 0.14 | 0.1 | 0 | 0.22 | 224.44 | 0.2 | 0.73 |
| Hex | AD | B4 | C8 | E | A | 0 | 16 | E0 | 14 | 49 |
| Octal | 255 | 264 | 310 | 16 | 12 | 0 | 26 | 340 | 24 | 111 |
| Binary | 10101101 | 10110100 | 11001000 | 1110 | 1010 | 0 | 10110 | 11100000 | 10100 | 1001001 |
Color Harmonies of #ADB4C8
Complementary color
Monochromatic Colors of #ADB4C8
Black with #ADB4C8
Text Example
Text Example
White with #ADB4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB4C8; }
p { color: rgb(173,180,200); }
H1.HeaderClassName
{
color: #ADB4C8;
}
.AnyTagClassName
{
color: #ADB4C8;
}
</style>
background-color css
<style>
a { background-color: #ADB4C8; }
a { background-color: rgb(173,180,200); }
div.DivClassName
{
background-color: #ADB4C8;
}
.BgClassName
{
background-color: #ADB4C8;
}
</style>
border-color css
<style>
span { border-color: #ADB4C8; }
span { border-color: rgb(173,180,200); }
td.TdClassName
{
border-color: #ADB4C8;
}
.TagClassName
{
border-color: #ADB4C8;
}
</style>