#A1ADCD

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

Shades of Echo Blue #A1ADCD

Tints of Echo Blue #A1ADCD

Color information

#A1ADCD (or 0xA1ADCD) is unknown color: approx Echo Blue. HEX triplet: A1, AD and CD. RGB value is (161,173,205). Sum of RGB (Red+Green+Blue) = 161+173+205=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADCD is #5E5232. Grayscale: #ACACAC. Windows color (decimal): -6181427 or 13479329. OLE color: 13479329.

HSL color Cylindrical-coordinate representation of color #A1ADCD: hue angle of 223.64º degrees, saturation: 0.31, 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 #A1ADCD is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161173205-
CMYK0.210.1600.20
HSL223.64º30.56%71.76%-
HSV(B)223.64º21.46%80.39%-
XYZ40.6641.8763.7-
YUV173.06146.02119.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.87%
GREEN value IS 173 (67.97% from 255) = 32.10%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=29.87%
G=32.10%
B=38.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611732050.210.1600.20223.6430.5671.76
HexA1ADCD1510014e01f48
Octal241255315252002434037110
Binary101000011010110111001101101011000001010011100000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ADCD; }

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

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

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

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

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

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

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

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