Shades of Echo Blue #ABB4C0
Tints of Echo Blue #ABB4C0
RGB
CMYK
RGB Variations
Color information
#ABB4C0 (or 0xABB4C0) is known color: Echo Blue. HEX triplet: AB, B4 and C0. RGB value is (171,180,192). Sum of RGB (Red+Green+Blue) = 171+180+192=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABB4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB4C0 is #544B3F. Grayscale: #B2B2B2. Windows color (decimal): -5524288 or 12629163. OLE color: 12629163.
HSL color Cylindrical-coordinate representation of color #ABB4C0: hue angle of 214.29º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABB4C0 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 180 | 192 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.25 |
| HSL | 214.29º | 0.14% | 0.71% | - |
| HSV(B) | 214.29º | 0.11% | 0.75% | - |
| XYZ | 42.63 | 45.11 | 56.33 | - |
| YUV | 178.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 180 | 192 | 0.11 | 0.06 | 0 | 0.25 | 214.29 | 0.14 | 0.71 |
| Hex | AB | B4 | C0 | B | 6 | 0 | 19 | D6 | E | 47 |
| Octal | 253 | 264 | 300 | 13 | 6 | 0 | 31 | 326 | 16 | 107 |
| Binary | 10101011 | 10110100 | 11000000 | 1011 | 110 | 0 | 11001 | 11010110 | 1110 | 1000111 |
Color Harmonies of #ABB4C0
Complementary color
Monochromatic Colors of #ABB4C0
Black with #ABB4C0
Text Example
Text Example
White with #ABB4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB4C0; }
p { color: rgb(171,180,192); }
H1.HeaderClassName
{
color: #ABB4C0;
}
.AnyTagClassName
{
color: #ABB4C0;
}
</style>
background-color css
<style>
a { background-color: #ABB4C0; }
a { background-color: rgb(171,180,192); }
div.DivClassName
{
background-color: #ABB4C0;
}
.BgClassName
{
background-color: #ABB4C0;
}
</style>
border-color css
<style>
span { border-color: #ABB4C0; }
span { border-color: rgb(171,180,192); }
td.TdClassName
{
border-color: #ABB4C0;
}
.TagClassName
{
border-color: #ABB4C0;
}
</style>