#AAADD5

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

Shades of Echo Blue #AAADD5

Tints of Echo Blue #AAADD5

Color information

#AAADD5 (or 0xAAADD5) is unknown color: approx Echo Blue. HEX triplet: AA, AD and D5. RGB value is (170,173,213). Sum of RGB (Red+Green+Blue) = 170+173+213=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #AAADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADD5 is #55522A. Grayscale: #B0B0B0. Windows color (decimal): -5591595 or 14003626. OLE color: 14003626.

HSL color Cylindrical-coordinate representation of color #AAADD5: hue angle of 235.81º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAADD5 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170173213-
CMYK0.200.1900.16
HSL235.81º33.86%75.1%-
HSV(B)235.81º20.19%83.53%-
XYZ43.5343.2469-
YUV176.66148.51123.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 173 (67.97% from 255) = 31.12%
BLUE value IS 213 (83.59% from 255) = 38.31%
R=30.58%
G=31.12%
B=38.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701732130.200.1900.16235.8133.8675.1
HexAAADD51413010ec224b
Octal252255325242302035442113
Binary1010101010101101110101011010010011010000111011001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADD5; }

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

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

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

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

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

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

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

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