Shades of Echo Blue #A2B2DC
Tints of Echo Blue #A2B2DC
RGB
CMYK
RGB Variations
Color information
#A2B2DC (or 0xA2B2DC) is known color: Echo Blue. HEX triplet: A2, B2 and DC. RGB value is (162,178,220). Sum of RGB (Red+Green+Blue) = 162+178+220=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2B2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B2DC is #5D4D23. Grayscale: #B1B1B1. Windows color (decimal): -6114596 or 14463650. OLE color: 14463650.
HSL color Cylindrical-coordinate representation of color #A2B2DC: hue angle of 223.45º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2B2DC is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 178 | 220 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.14 |
| HSL | 223.45º | 0.45% | 0.75% | - |
| HSV(B) | 223.45º | 0.26% | 0.86% | - |
| XYZ | 43.74 | 44.69 | 74.03 | - |
| YUV | 178 | 151.7 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 220 | 0.26 | 0.19 | 0 | 0.14 | 223.45 | 0.45 | 0.75 |
| Hex | A2 | B2 | DC | 1A | 13 | 0 | E | DF | 2D | 4B |
| Octal | 242 | 262 | 334 | 32 | 23 | 0 | 16 | 337 | 55 | 113 |
| Binary | 10100010 | 10110010 | 11011100 | 11010 | 10011 | 0 | 1110 | 11011111 | 101101 | 1001011 |
Color Harmonies of #A2B2DC
Complementary color
Monochromatic Colors of #A2B2DC
Black with #A2B2DC
Text Example
Text Example
White with #A2B2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B2DC; }
p { color: rgb(162,178,220); }
H1.HeaderClassName
{
color: #A2B2DC;
}
.AnyTagClassName
{
color: #A2B2DC;
}
</style>
background-color css
<style>
a { background-color: #A2B2DC; }
a { background-color: rgb(162,178,220); }
div.DivClassName
{
background-color: #A2B2DC;
}
.BgClassName
{
background-color: #A2B2DC;
}
</style>
border-color css
<style>
span { border-color: #A2B2DC; }
span { border-color: rgb(162,178,220); }
td.TdClassName
{
border-color: #A2B2DC;
}
.TagClassName
{
border-color: #A2B2DC;
}
</style>