#A1ADDB

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

Shades of Echo Blue #A1ADDB

Tints of Echo Blue #A1ADDB

Color information

#A1ADDB (or 0xA1ADDB) is unknown color: approx Echo Blue. HEX triplet: A1, AD and DB. RGB value is (161,173,219). Sum of RGB (Red+Green+Blue) = 161+173+219=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADDB is #5E5224. Grayscale: #AEAEAE. Windows color (decimal): -6181413 or 14396833. OLE color: 14396833.

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

Color convert

RGB161173219-
CMYK0.260.2100.14
HSL227.59º44.62%74.51%-
HSV(B)227.59º26.48%85.88%-
XYZ42.4342.5873-
YUV174.66153.02118.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.11%
GREEN value IS 173 (67.97% from 255) = 31.28%
BLUE value IS 219 (85.94% from 255) = 39.60%
R=29.11%
G=31.28%
B=39.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611732190.260.2100.14227.5944.6274.51
HexA1ADDB1A150Ee42d4b
Octal241255333322501634455113
Binary101000011010110111011011110101010101110111001001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ADDB; }

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

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

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

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

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

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

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

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