Shades of Echo Blue #ABB8CA
Tints of Echo Blue #ABB8CA
RGB
CMYK
RGB Variations
Color information
#ABB8CA (or 0xABB8CA) is known color: Echo Blue. HEX triplet: AB, B8 and CA. RGB value is (171,184,202). Sum of RGB (Red+Green+Blue) = 171+184+202=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABB8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB8CA is #544735. Grayscale: #B6B6B6. Windows color (decimal): -5523254 or 13285547. OLE color: 13285547.
HSL color Cylindrical-coordinate representation of color #ABB8CA: hue angle of 214.84º 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 #ABB8CA is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 184 | 202 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.21 |
| HSL | 214.84º | 0.23% | 0.73% | - |
| HSV(B) | 214.84º | 0.15% | 0.79% | - |
| XYZ | 44.6 | 47.2 | 62.64 | - |
| YUV | 182.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 202 | 0.15 | 0.09 | 0 | 0.21 | 214.84 | 0.23 | 0.73 |
| Hex | AB | B8 | CA | F | 9 | 0 | 15 | D7 | 17 | 49 |
| Octal | 253 | 270 | 312 | 17 | 11 | 0 | 25 | 327 | 27 | 111 |
| Binary | 10101011 | 10111000 | 11001010 | 1111 | 1001 | 0 | 10101 | 11010111 | 10111 | 1001001 |
Color Harmonies of #ABB8CA
Complementary color
Monochromatic Colors of #ABB8CA
Black with #ABB8CA
Text Example
Text Example
White with #ABB8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB8CA; }
p { color: rgb(171,184,202); }
H1.HeaderClassName
{
color: #ABB8CA;
}
.AnyTagClassName
{
color: #ABB8CA;
}
</style>
background-color css
<style>
a { background-color: #ABB8CA; }
a { background-color: rgb(171,184,202); }
div.DivClassName
{
background-color: #ABB8CA;
}
.BgClassName
{
background-color: #ABB8CA;
}
</style>
border-color css
<style>
span { border-color: #ABB8CA; }
span { border-color: rgb(171,184,202); }
td.TdClassName
{
border-color: #ABB8CA;
}
.TagClassName
{
border-color: #ABB8CA;
}
</style>