#A1ADDE

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

Shades of Echo Blue #A1ADDE

Tints of Echo Blue #A1ADDE

Color information

#A1ADDE (or 0xA1ADDE) is unknown color: approx Echo Blue. HEX triplet: A1, AD and DE. RGB value is (161,173,222). Sum of RGB (Red+Green+Blue) = 161+173+222=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADDE is #5E5221. Grayscale: #AEAEAE. Windows color (decimal): -6181410 or 14593441. OLE color: 14593441.

HSL color Cylindrical-coordinate representation of color #A1ADDE: hue angle of 228.2º degrees, saturation: 0.48, 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 #A1ADDE is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161173222-
CMYK0.270.2200.13
HSL228.2º48.03%75.1%-
HSV(B)228.2º27.48%87.06%-
XYZ42.8342.7475.1-
YUV175154.52118.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 173 (67.97% from 255) = 31.12%
BLUE value IS 222 (87.11% from 255) = 39.93%
R=28.96%
G=31.12%
B=39.93%

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
Decimal1611732220.270.2200.13228.248.0375.1
HexA1ADDE1B160De4304b
Octal241255336332601534460113
Binary101000011010110111011110110111011001101111001001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ADDE; }

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

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

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

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

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

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

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

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