#A0ADDC

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

Shades of Echo Blue #A0ADDC

Tints of Echo Blue #A0ADDC

Color information

#A0ADDC (or 0xA0ADDC) is unknown color: approx Echo Blue. HEX triplet: A0, AD and DC. RGB value is (160,173,220). Sum of RGB (Red+Green+Blue) = 160+173+220=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ADDC is #5F5223. Grayscale: #AEAEAE. Windows color (decimal): -6246948 or 14462368. OLE color: 14462368.

HSL color Cylindrical-coordinate representation of color #A0ADDC: hue angle of 227º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0ADDC is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160173220-
CMYK0.270.2100.14
HSL227º46.15%74.51%-
HSV(B)227º27.27%86.27%-
XYZ42.3642.5373.69-
YUV174.47153.69117.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.93%
GREEN value IS 173 (67.97% from 255) = 31.28%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=28.93%
G=31.28%
B=39.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601732200.270.2100.1422746.1574.51
HexA0ADDC1B150Ee32e4b
Octal240255334332501634356113
Binary101000001010110111011100110111010101110111000111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ADDC; }

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

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

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

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

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

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

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

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