#A2ADCD

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

Shades of Echo Blue #A2ADCD

Tints of Echo Blue #A2ADCD

Color information

#A2ADCD (or 0xA2ADCD) is unknown color: approx Echo Blue. HEX triplet: A2, AD and CD. RGB value is (162,173,205). Sum of RGB (Red+Green+Blue) = 162+173+205=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #A2ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ADCD is #5D5232. Grayscale: #ADADAD. Windows color (decimal): -6115891 or 13479330. OLE color: 13479330.

HSL color Cylindrical-coordinate representation of color #A2ADCD: hue angle of 224.65º degrees, saturation: 0.3, 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 #A2ADCD is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162173205-
CMYK0.210.1600.20
HSL224.65º30.07%71.96%-
HSV(B)224.65º20.98%80.39%-
XYZ40.8641.9863.71-
YUV173.36145.86119.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30%
GREEN value IS 173 (67.97% from 255) = 32.04%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=30%
G=32.04%
B=37.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621732050.210.1600.20224.6530.0771.96
HexA2ADCD1510014e11e48
Octal242255315252002434136110
Binary101000101010110111001101101011000001010011100001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ADCD; }

 p { color: rgb(162,173,205); }

 H1.HeaderClassName
 {
   color: #A2ADCD;
 }
 .AnyTagClassName
 {
   color: #A2ADCD;
 }
</style>
background-color css

<style>
 a { background-color: #A2ADCD; }

 a { background-color: rgb(162,173,205); }

 div.DivClassName
 {
   background-color: #A2ADCD;
 }
 .BgClassName
 {
   background-color: #A2ADCD;
 }
</style>
border-color css

<style>
 span { border-color: #A2ADCD; }

 span { border-color: rgb(162,173,205); }

 td.TdClassName
 {
   border-color: #A2ADCD;
 }
 .TagClassName
 {
   border-color: #A2ADCD;
 }
</style>