#AAADD8

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

Shades of Echo Blue #AAADD8

Tints of Echo Blue #AAADD8

Color information

#AAADD8 (or 0xAAADD8) is unknown color: approx Echo Blue. HEX triplet: AA, AD and D8. RGB value is (170,173,216). Sum of RGB (Red+Green+Blue) = 170+173+216=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAADD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADD8 is #555227. Grayscale: #B0B0B0. Windows color (decimal): -5591592 or 14200234. OLE color: 14200234.

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

Color convert

RGB170173216-
CMYK0.210.2000.15
HSL236.09º37.1%75.69%-
HSV(B)236.09º21.3%84.71%-
XYZ43.9243.3971.03-
YUV177150.01123-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.41%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 216 (84.77% from 255) = 38.64%
R=30.41%
G=30.95%
B=38.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701732160.210.2000.15236.0937.175.69
HexAAADD815140Fec254c
Octal252255330252401735445114
Binary101010101010110111011000101011010001111111011001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADD8; }

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

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

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

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

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

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

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

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