#AAADDA

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

Shades of Echo Blue #AAADDA

Tints of Echo Blue #AAADDA

Color information

#AAADDA (or 0xAAADDA) is unknown color: approx Echo Blue. HEX triplet: AA, AD and DA. RGB value is (170,173,218). Sum of RGB (Red+Green+Blue) = 170+173+218=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADDA is #555225. Grayscale: #B1B1B1. Windows color (decimal): -5591590 or 14331306. OLE color: 14331306.

HSL color Cylindrical-coordinate representation of color #AAADDA: hue angle of 236.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAADDA is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170173218-
CMYK0.220.2100.15
HSL236.25º39.34%76.08%-
HSV(B)236.25º22.02%85.49%-
XYZ44.1843.572.4-
YUV177.23151.01122.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=30.30%
G=30.84%
B=38.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701732180.220.2100.15236.2539.3476.08
HexAAADDA16150Fec274c
Octal252255332262501735447114
Binary101010101010110111011010101101010101111111011001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADDA; }

 p { color: rgb(170,173,218); }

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

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

 a { background-color: rgb(170,173,218); }

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

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

 span { border-color: rgb(170,173,218); }

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