#A0ADDD

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

Shades of Echo Blue #A0ADDD

Tints of Echo Blue #A0ADDD

Color information

#A0ADDD (or 0xA0ADDD) is unknown color: approx Echo Blue. HEX triplet: A0, AD and DD. RGB value is (160,173,221). Sum of RGB (Red+Green+Blue) = 160+173+221=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ADDD is #5F5222. Grayscale: #AEAEAE. Windows color (decimal): -6246947 or 14527904. OLE color: 14527904.

HSL color Cylindrical-coordinate representation of color #A0ADDD: hue angle of 227.21º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0ADDD is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160173221-
CMYK0.280.2200.13
HSL227.21º47.29%74.71%-
HSV(B)227.21º27.6%86.67%-
XYZ42.4942.5874.39-
YUV174.58154.19117.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.88%
GREEN value IS 173 (67.97% from 255) = 31.23%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=28.88%
G=31.23%
B=39.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601732210.280.2200.13227.2147.2974.71
HexA0ADDD1C160De32f4b
Octal240255335342601534357113
Binary101000001010110111011101111001011001101111000111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ADDD; }

 p { color: rgb(160,173,221); }

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

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

 a { background-color: rgb(160,173,221); }

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

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

 span { border-color: rgb(160,173,221); }

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