#A1B4CD

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

Shades of Echo Blue #A1B4CD

Tints of Echo Blue #A1B4CD

Color information

#A1B4CD (or 0xA1B4CD) is unknown color: approx Echo Blue. HEX triplet: A1, B4 and CD. RGB value is (161,180,205). Sum of RGB (Red+Green+Blue) = 161+180+205=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1B4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B4CD is #5E4B32. Grayscale: #B1B1B1. Windows color (decimal): -6179635 or 13481121. OLE color: 13481121.

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

Color convert

RGB161180205-
CMYK0.210.1200.20
HSL214.09º30.56%71.76%-
HSV(B)214.09º21.46%80.39%-
XYZ42.0444.6364.16-
YUV177.17143.71116.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.49%
GREEN value IS 180 (70.70% from 255) = 32.97%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=29.49%
G=32.97%
B=37.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611802050.210.1200.20214.0930.5671.76
HexA1B4CD15C014d61f48
Octal241264315251402432637110
Binary10100001101101001100110110101110001010011010110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B4CD; }

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

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

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

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

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

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

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

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