#A1B0CD

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

Shades of Echo Blue #A1B0CD

Tints of Echo Blue #A1B0CD

Color information

#A1B0CD (or 0xA1B0CD) is unknown color: approx Echo Blue. HEX triplet: A1, B0 and CD. RGB value is (161,176,205). Sum of RGB (Red+Green+Blue) = 161+176+205=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1B0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B0CD is #5E4F32. Grayscale: #AEAEAE. Windows color (decimal): -6180659 or 13480097. OLE color: 13480097.

HSL color Cylindrical-coordinate representation of color #A1B0CD: hue angle of 219.55º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1B0CD is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161176205-
CMYK0.210.1400.20
HSL219.55º30.56%71.76%-
HSV(B)219.55º21.46%80.39%-
XYZ41.2443.0463.89-
YUV174.82145.03118.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.70%
GREEN value IS 176 (69.14% from 255) = 32.47%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=29.70%
G=32.47%
B=37.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611762050.210.1400.20219.5530.5671.76
HexA1B0CD15E014dc1f48
Octal241260315251602433437110
Binary10100001101100001100110110101111001010011011100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B0CD; }

 p { color: rgb(161,176,205); }

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

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

 a { background-color: rgb(161,176,205); }

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

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

 span { border-color: rgb(161,176,205); }

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