#A2ACCC

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

Shades of Echo Blue #A2ACCC

Tints of Echo Blue #A2ACCC

Color information

#A2ACCC (or 0xA2ACCC) is unknown color: approx Echo Blue. HEX triplet: A2, AC and CC. RGB value is (162,172,204). Sum of RGB (Red+Green+Blue) = 162+172+204=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #A2ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ACCC is #5D5333. Grayscale: #ACACAC. Windows color (decimal): -6116148 or 13413538. OLE color: 13413538.

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

Color convert

RGB162172204-
CMYK0.210.1600.2
HSL225.71º29.17%71.76%-
HSV(B)225.71º20.59%80%-
XYZ40.5541.5563.01-
YUV172.66145.69120.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.11%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 204 (80.08% from 255) = 37.92%
R=30.11%
G=31.97%
B=37.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621722040.210.1600.2225.7129.1771.76
HexA2ACCC1510014e21d48
Octal242254314252002434235110
Binary101000101010110011001100101011000001010011100010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ACCC; }

 p { color: rgb(162,172,204); }

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

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

 a { background-color: rgb(162,172,204); }

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

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

 span { border-color: rgb(162,172,204); }

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