#AAB8CB

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

Shades of Echo Blue #AAB8CB

Tints of Echo Blue #AAB8CB

Color information

#AAB8CB (or 0xAAB8CB) is unknown color: approx Echo Blue. HEX triplet: AA, B8 and CB. RGB value is (170,184,203). Sum of RGB (Red+Green+Blue) = 170+184+203=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAB8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8CB is #554734. Grayscale: #B5B5B5. Windows color (decimal): -5588789 or 13351082. OLE color: 13351082.

HSL color Cylindrical-coordinate representation of color #AAB8CB: hue angle of 214.55º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAB8CB is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170184203-
CMYK0.160.0900.20
HSL214.55º24.09%73.14%-
HSV(B)214.55º16.26%79.61%-
XYZ44.547.1463.25-
YUV181.98139.86119.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 184 (72.27% from 255) = 33.03%
BLUE value IS 203 (79.69% from 255) = 36.45%
R=30.52%
G=33.03%
B=36.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701842030.160.0900.20214.5524.0973.14
HexAAB8CB109014d71849
Octal252270313201102432730111
Binary10101010101110001100101110000100101010011010111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8CB; }

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

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

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

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

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

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

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

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