#A1ADCC

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

Shades of Echo Blue #A1ADCC

Tints of Echo Blue #A1ADCC

Color information

#A1ADCC (or 0xA1ADCC) is unknown color: approx Echo Blue. HEX triplet: A1, AD and CC. RGB value is (161,173,204). Sum of RGB (Red+Green+Blue) = 161+173+204=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADCC is #5E5233. Grayscale: #ACACAC. Windows color (decimal): -6181428 or 13413793. OLE color: 13413793.

HSL color Cylindrical-coordinate representation of color #A1ADCC: hue angle of 223.26º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1ADCC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB161173204-
CMYK0.210.1500.2
HSL223.26º29.66%71.57%-
HSV(B)223.26º21.08%80%-
XYZ40.5441.8263.06-
YUV172.95145.52119.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.93%
GREEN value IS 173 (67.97% from 255) = 32.16%
BLUE value IS 204 (80.08% from 255) = 37.92%
R=29.93%
G=32.16%
B=37.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611732040.210.1500.2223.2629.6671.57
HexA1ADCC15F014df1e48
Octal241255314251702433736110
Binary10100001101011011100110010101111101010011011111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ADCC; }

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

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

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

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

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

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

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

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