Shades of Echo Blue #ABB2CA
Tints of Echo Blue #ABB2CA
RGB
CMYK
RGB Variations
Color information
#ABB2CA (or 0xABB2CA) is known color: Echo Blue. HEX triplet: AB, B2 and CA. RGB value is (171,178,202). Sum of RGB (Red+Green+Blue) = 171+178+202=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABB2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB2CA is #544D35. Grayscale: #B2B2B2. Windows color (decimal): -5524790 or 13284011. OLE color: 13284011.
HSL color Cylindrical-coordinate representation of color #ABB2CA: hue angle of 226.45º 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 #ABB2CA is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 178 | 202 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.21 |
| HSL | 226.45º | 0.23% | 0.73% | - |
| HSV(B) | 226.45º | 0.15% | 0.79% | - |
| XYZ | 43.38 | 44.76 | 62.23 | - |
| YUV | 178.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 202 | 0.15 | 0.12 | 0 | 0.21 | 226.45 | 0.23 | 0.73 |
| Hex | AB | B2 | CA | F | C | 0 | 15 | E2 | 17 | 49 |
| Octal | 253 | 262 | 312 | 17 | 14 | 0 | 25 | 342 | 27 | 111 |
| Binary | 10101011 | 10110010 | 11001010 | 1111 | 1100 | 0 | 10101 | 11100010 | 10111 | 1001001 |
Color Harmonies of #ABB2CA
Complementary color
Monochromatic Colors of #ABB2CA
Black with #ABB2CA
Text Example
Text Example
White with #ABB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB2CA; }
p { color: rgb(171,178,202); }
H1.HeaderClassName
{
color: #ABB2CA;
}
.AnyTagClassName
{
color: #ABB2CA;
}
</style>
background-color css
<style>
a { background-color: #ABB2CA; }
a { background-color: rgb(171,178,202); }
div.DivClassName
{
background-color: #ABB2CA;
}
.BgClassName
{
background-color: #ABB2CA;
}
</style>
border-color css
<style>
span { border-color: #ABB2CA; }
span { border-color: rgb(171,178,202); }
td.TdClassName
{
border-color: #ABB2CA;
}
.TagClassName
{
border-color: #ABB2CA;
}
</style>