#A1ADD5

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

Shades of Echo Blue #A1ADD5

Tints of Echo Blue #A1ADD5

Color information

#A1ADD5 (or 0xA1ADD5) is unknown color: approx Echo Blue. HEX triplet: A1, AD and D5. RGB value is (161,173,213). Sum of RGB (Red+Green+Blue) = 161+173+213=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #A1ADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADD5 is #5E522A. Grayscale: #ADADAD. Windows color (decimal): -6181419 or 14003617. OLE color: 14003617.

HSL color Cylindrical-coordinate representation of color #A1ADD5: hue angle of 226.15º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1ADD5 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161173213-
CMYK0.240.1900.16
HSL226.15º38.24%73.33%-
HSV(B)226.15º24.41%83.53%-
XYZ41.6542.2768.91-
YUV173.97150.02118.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.43%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 213 (83.59% from 255) = 38.94%
R=29.43%
G=31.63%
B=38.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611732130.240.1900.16226.1538.2473.33
HexA1ADD51813010e22649
Octal241255325302302034246111
Binary1010000110101101110101011100010011010000111000101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ADD5; }

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

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

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

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

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

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

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

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