Shades of Echo Blue #ABB0C1
Tints of Echo Blue #ABB0C1
RGB
CMYK
RGB Variations
Color information
#ABB0C1 (or 0xABB0C1) is known color: Echo Blue. HEX triplet: AB, B0 and C1. RGB value is (171,176,193). Sum of RGB (Red+Green+Blue) = 171+176+193=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABB0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0C1 is #544F3E. Grayscale: #B0B0B0. Windows color (decimal): -5525311 or 12693675. OLE color: 12693675.
HSL color Cylindrical-coordinate representation of color #ABB0C1: hue angle of 226.36º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABB0C1 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 176 | 193 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.24 |
| HSL | 226.36º | 0.15% | 0.71% | - |
| HSV(B) | 226.36º | 0.11% | 0.76% | - |
| XYZ | 41.95 | 43.56 | 56.65 | - |
| YUV | 176.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 193 | 0.11 | 0.09 | 0 | 0.24 | 226.36 | 0.15 | 0.71 |
| Hex | AB | B0 | C1 | B | 9 | 0 | 18 | E2 | F | 47 |
| Octal | 253 | 260 | 301 | 13 | 11 | 0 | 30 | 342 | 17 | 107 |
| Binary | 10101011 | 10110000 | 11000001 | 1011 | 1001 | 0 | 11000 | 11100010 | 1111 | 1000111 |
Color Harmonies of #ABB0C1
Complementary color
Monochromatic Colors of #ABB0C1
Black with #ABB0C1
Text Example
Text Example
White with #ABB0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB0C1; }
p { color: rgb(171,176,193); }
H1.HeaderClassName
{
color: #ABB0C1;
}
.AnyTagClassName
{
color: #ABB0C1;
}
</style>
background-color css
<style>
a { background-color: #ABB0C1; }
a { background-color: rgb(171,176,193); }
div.DivClassName
{
background-color: #ABB0C1;
}
.BgClassName
{
background-color: #ABB0C1;
}
</style>
border-color css
<style>
span { border-color: #ABB0C1; }
span { border-color: rgb(171,176,193); }
td.TdClassName
{
border-color: #ABB0C1;
}
.TagClassName
{
border-color: #ABB0C1;
}
</style>