Shades of Echo Blue #ADB5CB
Tints of Echo Blue #ADB5CB
RGB
CMYK
RGB Variations
Color information
#ADB5CB (or 0xADB5CB) is known color: Echo Blue. HEX triplet: AD, B5 and CB. RGB value is (173,181,203). Sum of RGB (Red+Green+Blue) = 173+181+203=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADB5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5CB is #524A34. Grayscale: #B5B5B5. Windows color (decimal): -5392949 or 13350317. OLE color: 13350317.
HSL color Cylindrical-coordinate representation of color #ADB5CB: hue angle of 224º 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 #ADB5CB is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 181 | 203 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.20 |
| HSL | 224º | 0.22% | 0.74% | - |
| HSV(B) | 224º | 0.15% | 0.8% | - |
| XYZ | 44.54 | 46.24 | 63.08 | - |
| YUV | 181.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 203 | 0.15 | 0.11 | 0 | 0.20 | 224 | 0.22 | 0.74 |
| Hex | AD | B5 | CB | F | B | 0 | 14 | E0 | 16 | 4A |
| Octal | 255 | 265 | 313 | 17 | 13 | 0 | 24 | 340 | 26 | 112 |
| Binary | 10101101 | 10110101 | 11001011 | 1111 | 1011 | 0 | 10100 | 11100000 | 10110 | 1001010 |
Color Harmonies of #ADB5CB
Complementary color
Monochromatic Colors of #ADB5CB
Black with #ADB5CB
Text Example
Text Example
White with #ADB5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5CB; }
p { color: rgb(173,181,203); }
H1.HeaderClassName
{
color: #ADB5CB;
}
.AnyTagClassName
{
color: #ADB5CB;
}
</style>
background-color css
<style>
a { background-color: #ADB5CB; }
a { background-color: rgb(173,181,203); }
div.DivClassName
{
background-color: #ADB5CB;
}
.BgClassName
{
background-color: #ADB5CB;
}
</style>
border-color css
<style>
span { border-color: #ADB5CB; }
span { border-color: rgb(173,181,203); }
td.TdClassName
{
border-color: #ADB5CB;
}
.TagClassName
{
border-color: #ADB5CB;
}
</style>