#A1B6DD

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

Shades of Echo Blue #A1B6DD

Tints of Echo Blue #A1B6DD

Color information

#A1B6DD (or 0xA1B6DD) is unknown color: approx Echo Blue. HEX triplet: A1, B6 and DD. RGB value is (161,182,221). Sum of RGB (Red+Green+Blue) = 161+182+221=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 182 (71.48% from 255 or 32.27% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1B6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B6DD is #5E4922. Grayscale: #B3B3B3. Windows color (decimal): -6179107 or 14530209. OLE color: 14530209.

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

Color convert

RGB161182221-
CMYK0.270.1800.13
HSL219º46.87%74.9%-
HSV(B)219º27.15%86.67%-
XYZ44.4846.2574.99-
YUV180.17151.04114.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.55%
GREEN value IS 182 (71.48% from 255) = 32.27%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=28.55%
G=32.27%
B=39.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611822210.270.1800.1321946.8774.9
HexA1B6DD1B120Ddb2f4b
Octal241266335332201533357113
Binary101000011011011011011101110111001001101110110111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B6DD; }

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

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

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

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

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

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

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

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