#A2ADDE

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

Shades of Echo Blue #A2ADDE

Tints of Echo Blue #A2ADDE

Color information

#A2ADDE (or 0xA2ADDE) is unknown color: approx Echo Blue. HEX triplet: A2, AD and DE. RGB value is (162,173,222). Sum of RGB (Red+Green+Blue) = 162+173+222=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #A2ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ADDE is #5D5221. Grayscale: #AFAFAF. Windows color (decimal): -6115874 or 14593442. OLE color: 14593442.

HSL color Cylindrical-coordinate representation of color #A2ADDE: hue angle of 229º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2ADDE is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162173222-
CMYK0.270.2200.13
HSL229º47.62%75.29%-
HSV(B)229º27.03%87.06%-
XYZ43.0342.8475.11-
YUV175.3154.36118.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.08%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 222 (87.11% from 255) = 39.86%
R=29.08%
G=31.06%
B=39.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621732220.270.2200.1322947.6275.29
HexA2ADDE1B160De5304b
Octal242255336332601534560113
Binary101000101010110111011110110111011001101111001011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ADDE; }

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

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

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

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

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

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

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

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