Shades of Echo Blue #A2AECC
Tints of Echo Blue #A2AECC
RGB
CMYK
RGB Variations
Color information
#A2AECC (or 0xA2AECC) is known color: Echo Blue. HEX triplet: A2, AE and CC. RGB value is (162,174,204). Sum of RGB (Red+Green+Blue) = 162+174+204=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #A2AECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AECC is #5D5133. Grayscale: #ADADAD. Windows color (decimal): -6115636 or 13414050. OLE color: 13414050.
HSL color Cylindrical-coordinate representation of color #A2AECC: hue angle of 222.86º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2AECC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 162 | 174 | 204 | - |
CMYK | 0.21 | 0.15 | 0 | 0.2 |
HSL | 222.86º | 0.29% | 0.72% | - |
HSV(B) | 222.86º | 0.21% | 0.8% | - |
XYZ | 40.94 | 42.31 | 63.14 | - |
YUV | 173.83 | 145.02 | 119.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 174 | 204 | 0.21 | 0.15 | 0 | 0.2 | 222.86 | 0.29 | 0.72 |
Hex | A2 | AE | CC | 15 | F | 0 | 14 | DF | 1D | 48 |
Octal | 242 | 256 | 314 | 25 | 17 | 0 | 24 | 337 | 35 | 110 |
Binary | 10100010 | 10101110 | 11001100 | 10101 | 1111 | 0 | 10100 | 11011111 | 11101 | 1001000 |
Color Harmonies of #A2AECC
Complementary color
Monochromatic Colors of #A2AECC
Black with #A2AECC
Text Example
Text Example
White with #A2AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AECC; }
p { color: rgb(162,174,204); }
H1.HeaderClassName
{
color: #A2AECC;
}
.AnyTagClassName
{
color: #A2AECC;
}
</style>
background-color css
<style>
a { background-color: #A2AECC; }
a { background-color: rgb(162,174,204); }
div.DivClassName
{
background-color: #A2AECC;
}
.BgClassName
{
background-color: #A2AECC;
}
</style>
border-color css
<style>
span { border-color: #A2AECC; }
span { border-color: rgb(162,174,204); }
td.TdClassName
{
border-color: #A2AECC;
}
.TagClassName
{
border-color: #A2AECC;
}
</style>