#A1B1CB

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

Shades of Echo Blue #A1B1CB

Tints of Echo Blue #A1B1CB

Color information

#A1B1CB (or 0xA1B1CB) is unknown color: approx Echo Blue. HEX triplet: A1, B1 and CB. RGB value is (161,177,203). Sum of RGB (Red+Green+Blue) = 161+177+203=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1B1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B1CB is #5E4E34. Grayscale: #AFAFAF. Windows color (decimal): -6180405 or 13349281. OLE color: 13349281.

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

Color convert

RGB161177203-
CMYK0.210.1300.20
HSL217.14º28.77%71.37%-
HSV(B)217.14º20.69%79.61%-
XYZ41.243.3362.69-
YUV175.18143.7117.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.76%
GREEN value IS 177 (69.53% from 255) = 32.72%
BLUE value IS 203 (79.69% from 255) = 37.52%
R=29.76%
G=32.72%
B=37.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611772030.210.1300.20217.1428.7771.37
HexA1B1CB15D014d91d47
Octal241261313251502433135107
Binary10100001101100011100101110101110101010011011001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B1CB; }

 p { color: rgb(161,177,203); }

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

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

 a { background-color: rgb(161,177,203); }

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

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

 span { border-color: rgb(161,177,203); }

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