Shades of Echo Blue #ABB2D9
Tints of Echo Blue #ABB2D9
RGB
CMYK
RGB Variations
Color information
#ABB2D9 (or 0xABB2D9) is known color: Echo Blue. HEX triplet: AB, B2 and D9. RGB value is (171,178,217). Sum of RGB (Red+Green+Blue) = 171+178+217=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #ABB2D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB2D9 is #544D26. Grayscale: #B4B4B4. Windows color (decimal): -5524775 or 14267051. OLE color: 14267051.
HSL color Cylindrical-coordinate representation of color #ABB2D9: hue angle of 230.87º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABB2D9 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 178 | 217 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.15 |
| HSL | 230.87º | 0.38% | 0.76% | - |
| HSV(B) | 230.87º | 0.21% | 0.85% | - |
| XYZ | 45.24 | 45.51 | 72.05 | - |
| YUV | 180.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 217 | 0.21 | 0.18 | 0 | 0.15 | 230.87 | 0.38 | 0.76 |
| Hex | AB | B2 | D9 | 15 | 12 | 0 | F | E7 | 26 | 4C |
| Octal | 253 | 262 | 331 | 25 | 22 | 0 | 17 | 347 | 46 | 114 |
| Binary | 10101011 | 10110010 | 11011001 | 10101 | 10010 | 0 | 1111 | 11100111 | 100110 | 1001100 |
Color Harmonies of #ABB2D9
Complementary color
Monochromatic Colors of #ABB2D9
Black with #ABB2D9
Text Example
Text Example
White with #ABB2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB2D9; }
p { color: rgb(171,178,217); }
H1.HeaderClassName
{
color: #ABB2D9;
}
.AnyTagClassName
{
color: #ABB2D9;
}
</style>
background-color css
<style>
a { background-color: #ABB2D9; }
a { background-color: rgb(171,178,217); }
div.DivClassName
{
background-color: #ABB2D9;
}
.BgClassName
{
background-color: #ABB2D9;
}
</style>
border-color css
<style>
span { border-color: #ABB2D9; }
span { border-color: rgb(171,178,217); }
td.TdClassName
{
border-color: #ABB2D9;
}
.TagClassName
{
border-color: #ABB2D9;
}
</style>