Shades of Echo Blue #A2ABDE
Tints of Echo Blue #A2ABDE
RGB
CMYK
RGB Variations
Color information
#A2ABDE (or 0xA2ABDE) is known color: Echo Blue. HEX triplet: A2, AB and DE. RGB value is (162,171,222). Sum of RGB (Red+Green+Blue) = 162+171+222=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #A2ABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ABDE is #5D5421. Grayscale: #ADADAD. Windows color (decimal): -6116386 or 14592930. OLE color: 14592930.
HSL color Cylindrical-coordinate representation of color #A2ABDE: hue angle of 231º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2ABDE is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 171 | 222 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.13 |
| HSL | 231º | 0.48% | 0.75% | - |
| HSV(B) | 231º | 0.27% | 0.87% | - |
| XYZ | 42.65 | 42.08 | 74.98 | - |
| YUV | 174.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 222 | 0.27 | 0.23 | 0 | 0.13 | 231 | 0.48 | 0.75 |
| Hex | A2 | AB | DE | 1B | 17 | 0 | D | E7 | 30 | 4B |
| Octal | 242 | 253 | 336 | 33 | 27 | 0 | 15 | 347 | 60 | 113 |
| Binary | 10100010 | 10101011 | 11011110 | 11011 | 10111 | 0 | 1101 | 11100111 | 110000 | 1001011 |
Color Harmonies of #A2ABDE
Complementary color
Monochromatic Colors of #A2ABDE
Black with #A2ABDE
Text Example
Text Example
White with #A2ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ABDE; }
p { color: rgb(162,171,222); }
H1.HeaderClassName
{
color: #A2ABDE;
}
.AnyTagClassName
{
color: #A2ABDE;
}
</style>
background-color css
<style>
a { background-color: #A2ABDE; }
a { background-color: rgb(162,171,222); }
div.DivClassName
{
background-color: #A2ABDE;
}
.BgClassName
{
background-color: #A2ABDE;
}
</style>
border-color css
<style>
span { border-color: #A2ABDE; }
span { border-color: rgb(162,171,222); }
td.TdClassName
{
border-color: #A2ABDE;
}
.TagClassName
{
border-color: #A2ABDE;
}
</style>