#AAACCC

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

Shades of Echo Blue #AAACCC

Tints of Echo Blue #AAACCC

Color information

#AAACCC (or 0xAAACCC) is unknown color: approx Echo Blue. HEX triplet: AA, AC and CC. RGB value is (170,172,204). Sum of RGB (Red+Green+Blue) = 170+172+204=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACCC is #555333. Grayscale: #AEAEAE. Windows color (decimal): -5591860 or 13413546. OLE color: 13413546.

HSL color Cylindrical-coordinate representation of color #AAACCC: hue angle of 236.47º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAACCC is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170172204-
CMYK0.170.1600.2
HSL236.47º25%73.33%-
HSV(B)236.47º16.67%80%-
XYZ42.2342.4163.09-
YUV175.05144.34124.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 204 (80.08% from 255) = 37.36%
R=31.14%
G=31.50%
B=37.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701722040.170.1600.2236.472573.33
HexAAACCC1110014ec1949
Octal252254314212002435431111
Binary101010101010110011001100100011000001010011101100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACCC; }

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

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

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

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

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

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

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

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