Shades of Echo Blue #A2AECB
Tints of Echo Blue #A2AECB
RGB
CMYK
RGB Variations
Color information
#A2AECB (or 0xA2AECB) is known color: Echo Blue. HEX triplet: A2, AE and CB. RGB value is (162,174,203). Sum of RGB (Red+Green+Blue) = 162+174+203=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #A2AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AECB is #5D5134. Grayscale: #ADADAD. Windows color (decimal): -6115637 or 13348514. OLE color: 13348514.
HSL color Cylindrical-coordinate representation of color #A2AECB: hue angle of 222.44º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2AECB is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 174 | 203 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.20 |
| HSL | 222.44º | 0.28% | 0.72% | - |
| HSV(B) | 222.44º | 0.2% | 0.8% | - |
| XYZ | 40.82 | 42.27 | 62.51 | - |
| YUV | 173.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 174 | 203 | 0.20 | 0.14 | 0 | 0.20 | 222.44 | 0.28 | 0.72 |
| Hex | A2 | AE | CB | 14 | E | 0 | 14 | DE | 1C | 48 |
| Octal | 242 | 256 | 313 | 24 | 16 | 0 | 24 | 336 | 34 | 110 |
| Binary | 10100010 | 10101110 | 11001011 | 10100 | 1110 | 0 | 10100 | 11011110 | 11100 | 1001000 |
Color Harmonies of #A2AECB
Complementary color
Monochromatic Colors of #A2AECB
Black with #A2AECB
Text Example
Text Example
White with #A2AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AECB; }
p { color: rgb(162,174,203); }
H1.HeaderClassName
{
color: #A2AECB;
}
.AnyTagClassName
{
color: #A2AECB;
}
</style>
background-color css
<style>
a { background-color: #A2AECB; }
a { background-color: rgb(162,174,203); }
div.DivClassName
{
background-color: #A2AECB;
}
.BgClassName
{
background-color: #A2AECB;
}
</style>
border-color css
<style>
span { border-color: #A2AECB; }
span { border-color: rgb(162,174,203); }
td.TdClassName
{
border-color: #A2AECB;
}
.TagClassName
{
border-color: #A2AECB;
}
</style>