Shades of Echo Blue #ABB2D1
Tints of Echo Blue #ABB2D1
RGB
CMYK
RGB Variations
Color information
#ABB2D1 (or 0xABB2D1) is known color: Echo Blue. HEX triplet: AB, B2 and D1. RGB value is (171,178,209). Sum of RGB (Red+Green+Blue) = 171+178+209=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 209 - color contains mainly: blue. Hex color #ABB2D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB2D1 is #544D2E. Grayscale: #B3B3B3. Windows color (decimal): -5524783 or 13742763. OLE color: 13742763.
HSL color Cylindrical-coordinate representation of color #ABB2D1: hue angle of 228.95º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABB2D1 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 178 | 209 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.18 |
| HSL | 228.95º | 0.29% | 0.75% | - |
| HSV(B) | 228.95º | 0.18% | 0.82% | - |
| XYZ | 44.22 | 45.1 | 66.7 | - |
| YUV | 179.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 209 | 0.18 | 0.15 | 0 | 0.18 | 228.95 | 0.29 | 0.75 |
| Hex | AB | B2 | D1 | 12 | F | 0 | 12 | E5 | 1D | 4B |
| Octal | 253 | 262 | 321 | 22 | 17 | 0 | 22 | 345 | 35 | 113 |
| Binary | 10101011 | 10110010 | 11010001 | 10010 | 1111 | 0 | 10010 | 11100101 | 11101 | 1001011 |
Color Harmonies of #ABB2D1
Complementary color
Monochromatic Colors of #ABB2D1
Black with #ABB2D1
Text Example
Text Example
White with #ABB2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB2D1; }
p { color: rgb(171,178,209); }
H1.HeaderClassName
{
color: #ABB2D1;
}
.AnyTagClassName
{
color: #ABB2D1;
}
</style>
background-color css
<style>
a { background-color: #ABB2D1; }
a { background-color: rgb(171,178,209); }
div.DivClassName
{
background-color: #ABB2D1;
}
.BgClassName
{
background-color: #ABB2D1;
}
</style>
border-color css
<style>
span { border-color: #ABB2D1; }
span { border-color: rgb(171,178,209); }
td.TdClassName
{
border-color: #ABB2D1;
}
.TagClassName
{
border-color: #ABB2D1;
}
</style>