Shades of Echo Blue #ABB0CA
Tints of Echo Blue #ABB0CA
RGB
CMYK
RGB Variations
Color information
#ABB0CA (or 0xABB0CA) is known color: Echo Blue. HEX triplet: AB, B0 and CA. RGB value is (171,176,202). Sum of RGB (Red+Green+Blue) = 171+176+202=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABB0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0CA is #544F35. Grayscale: #B1B1B1. Windows color (decimal): -5525302 or 13283499. OLE color: 13283499.
HSL color Cylindrical-coordinate representation of color #ABB0CA: hue angle of 230.32º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABB0CA is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 176 | 202 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.21 |
| HSL | 230.32º | 0.23% | 0.73% | - |
| HSV(B) | 230.32º | 0.15% | 0.79% | - |
| XYZ | 42.98 | 43.97 | 62.1 | - |
| YUV | 177.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 202 | 0.15 | 0.13 | 0 | 0.21 | 230.32 | 0.23 | 0.73 |
| Hex | AB | B0 | CA | F | D | 0 | 15 | E6 | 17 | 49 |
| Octal | 253 | 260 | 312 | 17 | 15 | 0 | 25 | 346 | 27 | 111 |
| Binary | 10101011 | 10110000 | 11001010 | 1111 | 1101 | 0 | 10101 | 11100110 | 10111 | 1001001 |
Color Harmonies of #ABB0CA
Complementary color
Monochromatic Colors of #ABB0CA
Black with #ABB0CA
Text Example
Text Example
White with #ABB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB0CA; }
p { color: rgb(171,176,202); }
H1.HeaderClassName
{
color: #ABB0CA;
}
.AnyTagClassName
{
color: #ABB0CA;
}
</style>
background-color css
<style>
a { background-color: #ABB0CA; }
a { background-color: rgb(171,176,202); }
div.DivClassName
{
background-color: #ABB0CA;
}
.BgClassName
{
background-color: #ABB0CA;
}
</style>
border-color css
<style>
span { border-color: #ABB0CA; }
span { border-color: rgb(171,176,202); }
td.TdClassName
{
border-color: #ABB0CA;
}
.TagClassName
{
border-color: #ABB0CA;
}
</style>