#AAACCA

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

Shades of Echo Blue #AAACCA

Tints of Echo Blue #AAACCA

Color information

#AAACCA (or 0xAAACCA) is unknown color: approx Echo Blue. HEX triplet: AA, AC and CA. RGB value is (170,172,202). Sum of RGB (Red+Green+Blue) = 170+172+202=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACCA is #555335. Grayscale: #AEAEAE. Windows color (decimal): -5591862 or 13282474. OLE color: 13282474.

HSL color Cylindrical-coordinate representation of color #AAACCA: hue angle of 236.25º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAACCA is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170172202-
CMYK0.160.1500.21
HSL236.25º23.19%72.94%-
HSV(B)236.25º15.84%79.22%-
XYZ41.9942.3261.83-
YUV174.82143.34124.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 172 (67.58% from 255) = 31.62%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=31.25%
G=31.62%
B=37.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701722020.160.1500.21236.2523.1972.94
HexAAACCA10F015ec1749
Octal252254312201702535427111
Binary10101010101011001100101010000111101010111101100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACCA; }

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

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

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

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

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

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

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

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