#A1ADDC

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

Shades of Echo Blue #A1ADDC

Tints of Echo Blue #A1ADDC

Color information

#A1ADDC (or 0xA1ADDC) is unknown color: approx Echo Blue. HEX triplet: A1, AD and DC. RGB value is (161,173,220). Sum of RGB (Red+Green+Blue) = 161+173+220=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADDC is #5E5223. Grayscale: #AEAEAE. Windows color (decimal): -6181412 or 14462369. OLE color: 14462369.

HSL color Cylindrical-coordinate representation of color #A1ADDC: hue angle of 227.8º 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 #A1ADDC is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161173220-
CMYK0.270.2100.14
HSL227.8º45.74%74.71%-
HSV(B)227.8º26.82%86.27%-
XYZ42.5642.6373.7-
YUV174.77153.52118.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.06%
GREEN value IS 173 (67.97% from 255) = 31.23%
BLUE value IS 220 (86.33% from 255) = 39.71%
R=29.06%
G=31.23%
B=39.71%

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
Decimal1611732200.270.2100.14227.845.7474.71
HexA1ADDC1B150Ee42e4b
Octal241255334332501634456113
Binary101000011010110111011100110111010101110111001001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ADDC; }

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

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

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

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

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

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

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

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