#A2ADCC

Color #A2ADCC Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #A2ADCC

Tints of Echo Blue #A2ADCC

Color information

#A2ADCC (or 0xA2ADCC) is unknown color: approx 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

RGB162173204-
CMYK0.210.1500.2
HSL224.29º29.17%71.76%-
HSV(B)224.29º20.59%80%-
XYZ40.7441.9363.07-
YUV173.24145.36119.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 30.06%
GREEN value IS 173 (67.97% from 255) = 32.10%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=30.06%
G=32.10%
B=37.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621732040.210.1500.2224.2929.1771.76
HexA2ADCC15F014e01d48
Octal242255314251702434035110
Binary10100010101011011100110010101111101010011100000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>