#A1B5DD

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

Shades of Echo Blue #A1B5DD

Tints of Echo Blue #A1B5DD

Color information

#A1B5DD (or 0xA1B5DD) is unknown color: approx Echo Blue. HEX triplet: A1, B5 and DD. RGB value is (161,181,221). Sum of RGB (Red+Green+Blue) = 161+181+221=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1B5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B5DD is #5E4A22. Grayscale: #B3B3B3. Windows color (decimal): -6179363 or 14529953. OLE color: 14529953.

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

Color convert

RGB161181221-
CMYK0.270.1800.13
HSL220º46.87%74.9%-
HSV(B)220º27.15%86.67%-
XYZ44.2745.8574.92-
YUV179.58151.37114.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.60%
GREEN value IS 181 (71.09% from 255) = 32.15%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=28.60%
G=32.15%
B=39.25%

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
Decimal1611812210.270.1800.1322046.8774.9
HexA1B5DD1B120Ddc2f4b
Octal241265335332201533457113
Binary101000011011010111011101110111001001101110111001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B5DD; }

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

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

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

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

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

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

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

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