Shades of Echo Blue #ABADCD
Tints of Echo Blue #ABADCD
RGB
CMYK
RGB Variations
Color information
#ABADCD (or 0xABADCD) is known color: Echo Blue. HEX triplet: AB, AD and CD. RGB value is (171,173,205). Sum of RGB (Red+Green+Blue) = 171+173+205=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #ABADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADCD is #545232. Grayscale: #AFAFAF. Windows color (decimal): -5526067 or 13479339. OLE color: 13479339.
HSL color Cylindrical-coordinate representation of color #ABADCD: hue angle of 236.47º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABADCD is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 173 | 205 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.20 |
| HSL | 236.47º | 0.25% | 0.74% | - |
| HSV(B) | 236.47º | 0.17% | 0.8% | - |
| XYZ | 42.76 | 42.95 | 63.79 | - |
| YUV | 176.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 173 | 205 | 0.17 | 0.16 | 0 | 0.20 | 236.47 | 0.25 | 0.74 |
| Hex | AB | AD | CD | 11 | 10 | 0 | 14 | EC | 19 | 4A |
| Octal | 253 | 255 | 315 | 21 | 20 | 0 | 24 | 354 | 31 | 112 |
| Binary | 10101011 | 10101101 | 11001101 | 10001 | 10000 | 0 | 10100 | 11101100 | 11001 | 1001010 |
Color Harmonies of #ABADCD
Complementary color
Monochromatic Colors of #ABADCD
Black with #ABADCD
Text Example
Text Example
White with #ABADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADCD; }
p { color: rgb(171,173,205); }
H1.HeaderClassName
{
color: #ABADCD;
}
.AnyTagClassName
{
color: #ABADCD;
}
</style>
background-color css
<style>
a { background-color: #ABADCD; }
a { background-color: rgb(171,173,205); }
div.DivClassName
{
background-color: #ABADCD;
}
.BgClassName
{
background-color: #ABADCD;
}
</style>
border-color css
<style>
span { border-color: #ABADCD; }
span { border-color: rgb(171,173,205); }
td.TdClassName
{
border-color: #ABADCD;
}
.TagClassName
{
border-color: #ABADCD;
}
</style>