#A1ADDD

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

Shades of Echo Blue #A1ADDD

Tints of Echo Blue #A1ADDD

Color information

#A1ADDD (or 0xA1ADDD) is unknown color: approx Echo Blue. HEX triplet: A1, AD and DD. RGB value is (161,173,221). Sum of RGB (Red+Green+Blue) = 161+173+221=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADDD is #5E5222. Grayscale: #AEAEAE. Windows color (decimal): -6181411 or 14527905. OLE color: 14527905.

HSL color Cylindrical-coordinate representation of color #A1ADDD: hue angle of 228º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1ADDD is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161173221-
CMYK0.270.2200.13
HSL228º46.87%74.9%-
HSV(B)228º27.15%86.67%-
XYZ42.6942.6874.4-
YUV174.88154.02118.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.01%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=29.01%
G=31.17%
B=39.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611732210.270.2200.1322846.8774.9
HexA1ADDD1B160De42f4b
Octal241255335332601534457113
Binary101000011010110111011101110111011001101111001001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ADDD; }

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

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

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

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

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

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

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

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