#a3e0c2

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

Shades of Vista Blue #A3E0C2

Tints of Vista Blue #A3E0C2

Color information

#A3E0C2 (or 0xA3E0C2) is unknown color: approx Vista Blue. HEX triplet: A3, E0 and C2. RGB value is (163,224,194). Sum of RGB (Red+Green+Blue) = 163+224+194=581 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.06% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E0C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E0C2 is #5C1F3D. Grayscale: #CACACA. Windows color (decimal): -6037310 or 12771491. OLE color: 12771491.

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

Color convert

RGB163224194-
CMYK0.2700.130.12
HSL150.49º49.59%75.88%-
HSV(B)150.49º27.23%87.84%-
XYZ51.564.9960.87-
YUV202.34123.2999.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.06%
GREEN value IS 224 (87.89% from 255) = 38.55%
BLUE value IS 194 (76.17% from 255) = 33.39%
R=28.06%
G=38.55%
B=33.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1632241940.2700.130.12150.4949.5975.88
HexA3E0C21B0DC96324c
Octal243340302330151422662114
Binary10100011111000001100001011011011011100100101101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3e0c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3e0c2; }

 p { color: rgb(163,224,194); }

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

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

 a { background-color: rgb(163,224,194); }

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

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

 span { border-color: rgb(163,224,194); }

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