#AAB3CD

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

Shades of Echo Blue #AAB3CD

Tints of Echo Blue #AAB3CD

Color information

#AAB3CD (or 0xAAB3CD) is unknown color: approx Echo Blue. HEX triplet: AA, B3 and CD. RGB value is (170,179,205). Sum of RGB (Red+Green+Blue) = 170+179+205=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAB3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3CD is #554C32. Grayscale: #B3B3B3. Windows color (decimal): -5590067 or 13480874. OLE color: 13480874.

HSL color Cylindrical-coordinate representation of color #AAB3CD: hue angle of 224.57º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAB3CD is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170179205-
CMYK0.170.1300.20
HSL224.57º25.93%73.53%-
HSV(B)224.57º17.07%80.39%-
XYZ43.7245.1964.18-
YUV179.27142.52121.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.69%
GREEN value IS 179 (70.31% from 255) = 32.31%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=30.69%
G=32.31%
B=37.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701792050.170.1300.20224.5725.9373.53
HexAAB3CD11D014e11a4a
Octal252263315211502434132112
Binary10101010101100111100110110001110101010011100001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB3CD; }

 p { color: rgb(170,179,205); }

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

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

 a { background-color: rgb(170,179,205); }

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

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

 span { border-color: rgb(170,179,205); }

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