#AAACC1

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

Shades of Echo Blue #AAACC1

Tints of Echo Blue #AAACC1

Color information

#AAACC1 (or 0xAAACC1) is unknown color: approx Echo Blue. HEX triplet: AA, AC and C1. RGB value is (170,172,193). Sum of RGB (Red+Green+Blue) = 170+172+193=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 193 - color contains mainly: blue. Hex color #AAACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACC1 is #55533E. Grayscale: #ADADAD. Windows color (decimal): -5591871 or 12692650. OLE color: 12692650.

HSL color Cylindrical-coordinate representation of color #AAACC1: hue angle of 234.78º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAACC1 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170172193-
CMYK0.120.1100.24
HSL234.78º15.65%71.18%-
HSV(B)234.78º11.92%75.69%-
XYZ40.9641.956.38-
YUV173.8138.84125.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 172 (67.58% from 255) = 32.15%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=31.78%
G=32.15%
B=36.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701721930.120.1100.24234.7815.6571.18
HexAAACC1CB018eb1047
Octal252254301141303035320107
Binary1010101010101100110000011100101101100011101011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACC1; }

 p { color: rgb(170,172,193); }

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

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

 a { background-color: rgb(170,172,193); }

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

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

 span { border-color: rgb(170,172,193); }

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