Shades of Echo Blue #ABB0CE
Tints of Echo Blue #ABB0CE
RGB
CMYK
RGB Variations
Color information
#ABB0CE (or 0xABB0CE) is known color: Echo Blue. HEX triplet: AB, B0 and CE. RGB value is (171,176,206). Sum of RGB (Red+Green+Blue) = 171+176+206=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABB0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0CE is #544F31. Grayscale: #B1B1B1. Windows color (decimal): -5525298 or 13545643. OLE color: 13545643.
HSL color Cylindrical-coordinate representation of color #ABB0CE: hue angle of 231.43º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABB0CE is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 176 | 206 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.19 |
| HSL | 231.43º | 0.26% | 0.74% | - |
| HSV(B) | 231.43º | 0.17% | 0.81% | - |
| XYZ | 43.46 | 44.16 | 64.63 | - |
| YUV | 177.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 206 | 0.17 | 0.15 | 0 | 0.19 | 231.43 | 0.26 | 0.74 |
| Hex | AB | B0 | CE | 11 | F | 0 | 13 | E7 | 1A | 4A |
| Octal | 253 | 260 | 316 | 21 | 17 | 0 | 23 | 347 | 32 | 112 |
| Binary | 10101011 | 10110000 | 11001110 | 10001 | 1111 | 0 | 10011 | 11100111 | 11010 | 1001010 |
Color Harmonies of #ABB0CE
Complementary color
Monochromatic Colors of #ABB0CE
Black with #ABB0CE
Text Example
Text Example
White with #ABB0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB0CE; }
p { color: rgb(171,176,206); }
H1.HeaderClassName
{
color: #ABB0CE;
}
.AnyTagClassName
{
color: #ABB0CE;
}
</style>
background-color css
<style>
a { background-color: #ABB0CE; }
a { background-color: rgb(171,176,206); }
div.DivClassName
{
background-color: #ABB0CE;
}
.BgClassName
{
background-color: #ABB0CE;
}
</style>
border-color css
<style>
span { border-color: #ABB0CE; }
span { border-color: rgb(171,176,206); }
td.TdClassName
{
border-color: #ABB0CE;
}
.TagClassName
{
border-color: #ABB0CE;
}
</style>