Shades of Echo Blue #A2ADCC
Tints of Echo Blue #A2ADCC
RGB
CMYK
RGB Variations
Color information
#A2ADCC (or 0xA2ADCC) is known color: Echo Blue. HEX triplet: A2, AD and CC. RGB value is (162,173,204). Sum of RGB (Red+Green+Blue) = 162+173+204=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #A2ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ADCC is #5D5233. Grayscale: #ADADAD. Windows color (decimal): -6115892 or 13413794. OLE color: 13413794.
HSL color Cylindrical-coordinate representation of color #A2ADCC: hue angle of 224.29º 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 #A2ADCC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 162 | 173 | 204 | - |
CMYK | 0.21 | 0.15 | 0 | 0.2 |
HSL | 224.29º | 0.29% | 0.72% | - |
HSV(B) | 224.29º | 0.21% | 0.8% | - |
XYZ | 40.74 | 41.93 | 63.07 | - |
YUV | 173.25 | 145.36 | 119.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 173 | 204 | 0.21 | 0.15 | 0 | 0.2 | 224.29 | 0.29 | 0.72 |
Hex | A2 | AD | CC | 15 | F | 0 | 14 | E0 | 1D | 48 |
Octal | 242 | 255 | 314 | 25 | 17 | 0 | 24 | 340 | 35 | 110 |
Binary | 10100010 | 10101101 | 11001100 | 10101 | 1111 | 0 | 10100 | 11100000 | 11101 | 1001000 |
Color Harmonies of #A2ADCC
Complementary color
Monochromatic Colors of #A2ADCC
Black with #A2ADCC
Text Example
Text Example
White with #A2ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ADCC; }
p { color: rgb(162,173,204); }
H1.HeaderClassName
{
color: #A2ADCC;
}
.AnyTagClassName
{
color: #A2ADCC;
}
</style>
background-color css
<style>
a { background-color: #A2ADCC; }
a { background-color: rgb(162,173,204); }
div.DivClassName
{
background-color: #A2ADCC;
}
.BgClassName
{
background-color: #A2ADCC;
}
</style>
border-color css
<style>
span { border-color: #A2ADCC; }
span { border-color: rgb(162,173,204); }
td.TdClassName
{
border-color: #A2ADCC;
}
.TagClassName
{
border-color: #A2ADCC;
}
</style>