#AAB2D1

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

Shades of Echo Blue #AAB2D1

Tints of Echo Blue #AAB2D1

Color information

#AAB2D1 (or 0xAAB2D1) is unknown color: approx Echo Blue. HEX triplet: AA, B2 and D1. RGB value is (170,178,209). Sum of RGB (Red+Green+Blue) = 170+178+209=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAB2D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2D1 is #554D2E. Grayscale: #B3B3B3. Windows color (decimal): -5590319 or 13742762. OLE color: 13742762.

HSL color Cylindrical-coordinate representation of color #AAB2D1: hue angle of 227.69º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAB2D1 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170178209-
CMYK0.190.1500.18
HSL227.69º29.77%74.31%-
HSV(B)227.69º18.66%81.96%-
XYZ44.0144.9966.69-
YUV179.14144.85121.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 178 (69.92% from 255) = 31.96%
BLUE value IS 209 (82.03% from 255) = 37.52%
R=30.52%
G=31.96%
B=37.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701782090.190.1500.18227.6929.7774.31
HexAAB2D113F012e41e4a
Octal252262321231702234436112
Binary10101010101100101101000110011111101001011100100111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2D1; }

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

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

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

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

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

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

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

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