#AAB6CC

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

Shades of Echo Blue #AAB6CC

Tints of Echo Blue #AAB6CC

Color information

#AAB6CC (or 0xAAB6CC) is unknown color: approx Echo Blue. HEX triplet: AA, B6 and CC. RGB value is (170,182,204). Sum of RGB (Red+Green+Blue) = 170+182+204=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAB6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6CC is #554933. Grayscale: #B4B4B4. Windows color (decimal): -5589300 or 13416106. OLE color: 13416106.

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

Color convert

RGB170182204-
CMYK0.170.1100.2
HSL218.82º25%73.33%-
HSV(B)218.82º16.67%80%-
XYZ44.246.3663.75-
YUV180.92141.02120.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 182 (71.48% from 255) = 32.73%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=30.58%
G=32.73%
B=36.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701822040.170.1100.2218.822573.33
HexAAB6CC11B014db1949
Octal252266314211302433331111
Binary10101010101101101100110010001101101010011011011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB6CC; }

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

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

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

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

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

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

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

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