Shades of Echo Blue #ABB0C3
Tints of Echo Blue #ABB0C3
RGB
CMYK
RGB Variations
Color information
#ABB0C3 (or 0xABB0C3) is known color: Echo Blue. HEX triplet: AB, B0 and C3. RGB value is (171,176,195). Sum of RGB (Red+Green+Blue) = 171+176+195=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 195 - color contains mainly: blue. Hex color #ABB0C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0C3 is #544F3C. Grayscale: #B0B0B0. Windows color (decimal): -5525309 or 12824747. OLE color: 12824747.
HSL color Cylindrical-coordinate representation of color #ABB0C3: hue angle of 227.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABB0C3 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 176 | 195 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.24 |
| HSL | 227.5º | 0.17% | 0.72% | - |
| HSV(B) | 227.5º | 0.12% | 0.76% | - |
| XYZ | 42.17 | 43.65 | 57.83 | - |
| YUV | 176.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 195 | 0.12 | 0.10 | 0 | 0.24 | 227.5 | 0.17 | 0.72 |
| Hex | AB | B0 | C3 | C | A | 0 | 18 | E4 | 11 | 48 |
| Octal | 253 | 260 | 303 | 14 | 12 | 0 | 30 | 344 | 21 | 110 |
| Binary | 10101011 | 10110000 | 11000011 | 1100 | 1010 | 0 | 11000 | 11100100 | 10001 | 1001000 |
Color Harmonies of #ABB0C3
Complementary color
Monochromatic Colors of #ABB0C3
Black with #ABB0C3
Text Example
Text Example
White with #ABB0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB0C3; }
p { color: rgb(171,176,195); }
H1.HeaderClassName
{
color: #ABB0C3;
}
.AnyTagClassName
{
color: #ABB0C3;
}
</style>
background-color css
<style>
a { background-color: #ABB0C3; }
a { background-color: rgb(171,176,195); }
div.DivClassName
{
background-color: #ABB0C3;
}
.BgClassName
{
background-color: #ABB0C3;
}
</style>
border-color css
<style>
span { border-color: #ABB0C3; }
span { border-color: rgb(171,176,195); }
td.TdClassName
{
border-color: #ABB0C3;
}
.TagClassName
{
border-color: #ABB0C3;
}
</style>