#A1B3CE

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

Shades of Echo Blue #A1B3CE

Tints of Echo Blue #A1B3CE

Color information

#A1B3CE (or 0xA1B3CE) is unknown color: approx Echo Blue. HEX triplet: A1, B3 and CE. RGB value is (161,179,206). Sum of RGB (Red+Green+Blue) = 161+179+206=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1B3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B3CE is #5E4C31. Grayscale: #B0B0B0. Windows color (decimal): -6179890 or 13546401. OLE color: 13546401.

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

Color convert

RGB161179206-
CMYK0.220.1300.19
HSL216º31.47%71.96%-
HSV(B)216º21.84%80.78%-
XYZ41.9644.2764.73-
YUV176.7144.54116.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.49%
GREEN value IS 179 (70.31% from 255) = 32.78%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=29.49%
G=32.78%
B=37.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611792060.220.1300.1921631.4771.96
HexA1B3CE16D013d81f48
Octal241263316261502333037110
Binary10100001101100111100111010110110101001111011000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B3CE; }

 p { color: rgb(161,179,206); }

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

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

 a { background-color: rgb(161,179,206); }

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

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

 span { border-color: rgb(161,179,206); }

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