#AAB8CC

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

Shades of Echo Blue #AAB8CC

Tints of Echo Blue #AAB8CC

Color information

#AAB8CC (or 0xAAB8CC) is unknown color: approx Echo Blue. HEX triplet: AA, B8 and CC. RGB value is (170,184,204). Sum of RGB (Red+Green+Blue) = 170+184+204=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAB8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8CC is #554733. Grayscale: #B6B6B6. Windows color (decimal): -5588788 or 13416618. OLE color: 13416618.

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

Color convert

RGB170184204-
CMYK0.170.1000.2
HSL215.29º25%73.33%-
HSV(B)215.29º16.67%80%-
XYZ44.6247.1963.88-
YUV182.09140.36119.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.47%
GREEN value IS 184 (72.27% from 255) = 32.97%
BLUE value IS 204 (80.08% from 255) = 36.56%
R=30.47%
G=32.97%
B=36.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701842040.170.1000.2215.292573.33
HexAAB8CC11A014d71949
Octal252270314211202432731111
Binary10101010101110001100110010001101001010011010111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8CC; }

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

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

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

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

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

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

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

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