#A1B2CF

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

Shades of Echo Blue #A1B2CF

Tints of Echo Blue #A1B2CF

Color information

#A1B2CF (or 0xA1B2CF) is unknown color: approx Echo Blue. HEX triplet: A1, B2 and CF. RGB value is (161,178,207). Sum of RGB (Red+Green+Blue) = 161+178+207=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #A1B2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B2CF is #5E4D30. Grayscale: #B0B0B0. Windows color (decimal): -6180145 or 13611681. OLE color: 13611681.

HSL color Cylindrical-coordinate representation of color #A1B2CF: hue angle of 217.83º degrees, saturation: 0.32, 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 #A1B2CF is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161178207-
CMYK0.220.1400.19
HSL217.83º32.39%72.16%-
HSV(B)217.83º22.22%81.18%-
XYZ41.8843.9265.3-
YUV176.22145.37117.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.49%
GREEN value IS 178 (69.92% from 255) = 32.60%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=29.49%
G=32.60%
B=37.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611782070.220.1400.19217.8332.3972.16
HexA1B2CF16E013da2048
Octal241262317261602333240110
Binary101000011011001011001111101101110010011110110101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B2CF; }

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

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

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

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

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

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

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

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