#A1B5CE

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

Shades of Echo Blue #A1B5CE

Tints of Echo Blue #A1B5CE

Color information

#A1B5CE (or 0xA1B5CE) is unknown color: approx Echo Blue. HEX triplet: A1, B5 and CE. RGB value is (161,181,206). Sum of RGB (Red+Green+Blue) = 161+181+206=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1B5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B5CE is #5E4A31. Grayscale: #B1B1B1. Windows color (decimal): -6179378 or 13546913. OLE color: 13546913.

HSL color Cylindrical-coordinate representation of color #A1B5CE: hue angle of 213.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1B5CE is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161181206-
CMYK0.220.1200.19
HSL213.33º31.47%71.96%-
HSV(B)213.33º21.84%80.78%-
XYZ42.3645.0864.86-
YUV177.87143.87115.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.38%
GREEN value IS 181 (71.09% from 255) = 33.03%
BLUE value IS 206 (80.86% from 255) = 37.59%
R=29.38%
G=33.03%
B=37.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611812060.220.1200.19213.3331.4771.96
HexA1B5CE16C013d51f48
Octal241265316261402332537110
Binary10100001101101011100111010110110001001111010101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B5CE; }

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

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

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

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

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

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

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

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