#A3E1C1

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

Shades of Vista Blue #A3E1C1

Tints of Vista Blue #A3E1C1

Color information

#A3E1C1 (or 0xA3E1C1) is unknown color: approx Vista Blue. HEX triplet: A3, E1 and C1. RGB value is (163,225,193). Sum of RGB (Red+Green+Blue) = 163+225+193=581 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.06% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E1C1 is #5C1E3E. Grayscale: #CACACA. Windows color (decimal): -6037055 or 12706211. OLE color: 12706211.

HSL color Cylindrical-coordinate representation of color #A3E1C1: hue angle of 149.03º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3E1C1 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB163225193-
CMYK0.2800.140.12
HSL149.03º50.82%76.08%-
HSV(B)149.03º27.56%88.24%-
XYZ51.6665.4960.37-
YUV202.81122.4699.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.06%
GREEN value IS 225 (88.28% from 255) = 38.73%
BLUE value IS 193 (75.78% from 255) = 33.22%
R=28.06%
G=38.73%
B=33.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1632251930.2800.140.12149.0350.8276.08
HexA3E1C11C0EC95334c
Octal243341301340161422563114
Binary10100011111000011100000111100011101100100101011100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E1C1; }

 p { color: rgb(163,225,193); }

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

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

 a { background-color: rgb(163,225,193); }

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

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

 span { border-color: rgb(163,225,193); }

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