Shades of Echo Blue #ABADD2
Tints of Echo Blue #ABADD2
RGB
CMYK
RGB Variations
Color information
#ABADD2 (or 0xABADD2) is known color: Echo Blue. HEX triplet: AB, AD and D2. RGB value is (171,173,210). Sum of RGB (Red+Green+Blue) = 171+173+210=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 210 - color contains mainly: blue. Hex color #ABADD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADD2 is #54522D. Grayscale: #B0B0B0. Windows color (decimal): -5526062 or 13807019. OLE color: 13807019.
HSL color Cylindrical-coordinate representation of color #ABADD2: hue angle of 236.92º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABADD2 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 173 | 210 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.18 |
| HSL | 236.92º | 0.3% | 0.75% | - |
| HSV(B) | 236.92º | 0.19% | 0.82% | - |
| XYZ | 43.37 | 43.2 | 67.02 | - |
| YUV | 176.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 173 | 210 | 0.19 | 0.18 | 0 | 0.18 | 236.92 | 0.3 | 0.75 |
| Hex | AB | AD | D2 | 13 | 12 | 0 | 12 | ED | 1E | 4B |
| Octal | 253 | 255 | 322 | 23 | 22 | 0 | 22 | 355 | 36 | 113 |
| Binary | 10101011 | 10101101 | 11010010 | 10011 | 10010 | 0 | 10010 | 11101101 | 11110 | 1001011 |
Color Harmonies of #ABADD2
Complementary color
Monochromatic Colors of #ABADD2
Black with #ABADD2
Text Example
Text Example
White with #ABADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADD2; }
p { color: rgb(171,173,210); }
H1.HeaderClassName
{
color: #ABADD2;
}
.AnyTagClassName
{
color: #ABADD2;
}
</style>
background-color css
<style>
a { background-color: #ABADD2; }
a { background-color: rgb(171,173,210); }
div.DivClassName
{
background-color: #ABADD2;
}
.BgClassName
{
background-color: #ABADD2;
}
</style>
border-color css
<style>
span { border-color: #ABADD2; }
span { border-color: rgb(171,173,210); }
td.TdClassName
{
border-color: #ABADD2;
}
.TagClassName
{
border-color: #ABADD2;
}
</style>