Shades of Echo Blue #ADB8CB
Tints of Echo Blue #ADB8CB
RGB
CMYK
RGB Variations
Color information
#ADB8CB (or 0xADB8CB) is known color: Echo Blue. HEX triplet: AD, B8 and CB. RGB value is (173,184,203). Sum of RGB (Red+Green+Blue) = 173+184+203=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADB8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8CB is #524734. Grayscale: #B6B6B6. Windows color (decimal): -5392181 or 13351085. OLE color: 13351085.
HSL color Cylindrical-coordinate representation of color #ADB8CB: hue angle of 218º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADB8CB is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 184 | 203 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.20 |
| HSL | 218º | 0.22% | 0.74% | - |
| HSV(B) | 218º | 0.15% | 0.8% | - |
| XYZ | 45.15 | 47.48 | 63.28 | - |
| YUV | 182.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 203 | 0.15 | 0.09 | 0 | 0.20 | 218 | 0.22 | 0.74 |
| Hex | AD | B8 | CB | F | 9 | 0 | 14 | DA | 16 | 4A |
| Octal | 255 | 270 | 313 | 17 | 11 | 0 | 24 | 332 | 26 | 112 |
| Binary | 10101101 | 10111000 | 11001011 | 1111 | 1001 | 0 | 10100 | 11011010 | 10110 | 1001010 |
Color Harmonies of #ADB8CB
Complementary color
Monochromatic Colors of #ADB8CB
Black with #ADB8CB
Text Example
Text Example
White with #ADB8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8CB; }
p { color: rgb(173,184,203); }
H1.HeaderClassName
{
color: #ADB8CB;
}
.AnyTagClassName
{
color: #ADB8CB;
}
</style>
background-color css
<style>
a { background-color: #ADB8CB; }
a { background-color: rgb(173,184,203); }
div.DivClassName
{
background-color: #ADB8CB;
}
.BgClassName
{
background-color: #ADB8CB;
}
</style>
border-color css
<style>
span { border-color: #ADB8CB; }
span { border-color: rgb(173,184,203); }
td.TdClassName
{
border-color: #ADB8CB;
}
.TagClassName
{
border-color: #ADB8CB;
}
</style>