#AAB2C2

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

Shades of Echo Blue #AAB2C2

Tints of Echo Blue #AAB2C2

Color information

#AAB2C2 (or 0xAAB2C2) is unknown color: approx Echo Blue. HEX triplet: AA, B2 and C2. RGB value is (170,178,194). Sum of RGB (Red+Green+Blue) = 170+178+194=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 194 - color contains mainly: blue. Hex color #AAB2C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2C2 is #554D3D. Grayscale: #B1B1B1. Windows color (decimal): -5590334 or 12759722. OLE color: 12759722.

HSL color Cylindrical-coordinate representation of color #AAB2C2: hue angle of 220º 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 #AAB2C2 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170178194-
CMYK0.120.0800.24
HSL220º16.44%71.37%-
HSV(B)220º12.37%76.08%-
XYZ42.2444.2857.36-
YUV177.43137.35122.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 178 (69.92% from 255) = 32.84%
BLUE value IS 194 (76.17% from 255) = 35.79%
R=31.37%
G=32.84%
B=35.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701781940.120.0800.2422016.4471.37
HexAAB2C2C8018dc1047
Octal252262302141003033420107
Binary1010101010110010110000101100100001100011011100100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2C2; }

 p { color: rgb(170,178,194); }

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

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

 a { background-color: rgb(170,178,194); }

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

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

 span { border-color: rgb(170,178,194); }

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