#AAB2CC

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

Shades of Echo Blue #AAB2CC

Tints of Echo Blue #AAB2CC

Color information

#AAB2CC (or 0xAAB2CC) is unknown color: approx Echo Blue. HEX triplet: AA, B2 and CC. RGB value is (170,178,204). Sum of RGB (Red+Green+Blue) = 170+178+204=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAB2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2CC is #554D33. Grayscale: #B2B2B2. Windows color (decimal): -5590324 or 13415082. OLE color: 13415082.

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

Color convert

RGB170178204-
CMYK0.170.1300.2
HSL225.88º25%73.33%-
HSV(B)225.88º16.67%80%-
XYZ43.444.7563.48-
YUV178.57142.35121.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.80%
GREEN value IS 178 (69.92% from 255) = 32.25%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=30.80%
G=32.25%
B=36.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701782040.170.1300.2225.882573.33
HexAAB2CC11D014e21949
Octal252262314211502434231111
Binary10101010101100101100110010001110101010011100010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2CC; }

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

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

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

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

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

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

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

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