#A1B2CD

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

Shades of Echo Blue #A1B2CD

Tints of Echo Blue #A1B2CD

Color information

#A1B2CD (or 0xA1B2CD) is unknown color: approx Echo Blue. HEX triplet: A1, B2 and CD. RGB value is (161,178,205). Sum of RGB (Red+Green+Blue) = 161+178+205=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1B2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B2CD is #5E4D32. Grayscale: #AFAFAF. Windows color (decimal): -6180147 or 13480609. OLE color: 13480609.

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

Color convert

RGB161178205-
CMYK0.210.1300.20
HSL216.82º30.56%71.76%-
HSV(B)216.82º21.46%80.39%-
XYZ41.6443.8364.02-
YUV176144.37117.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.60%
GREEN value IS 178 (69.92% from 255) = 32.72%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=29.60%
G=32.72%
B=37.68%

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
Decimal1611782050.210.1300.20216.8230.5671.76
HexA1B2CD15D014d91f48
Octal241262315251502433137110
Binary10100001101100101100110110101110101010011011001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B2CD; }

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

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

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

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

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

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

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

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