#A3D9C1

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

Shades of Vista Blue #A3D9C1

Tints of Vista Blue #A3D9C1

Color information

#A3D9C1 (or 0xA3D9C1) is unknown color: approx Vista Blue. HEX triplet: A3, D9 and C1. RGB value is (163,217,193). Sum of RGB (Red+Green+Blue) = 163+217+193=573 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.45% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D9C1 is #5C263E. Grayscale: #C6C6C6. Windows color (decimal): -6039103 or 12704163. OLE color: 12704163.

HSL color Cylindrical-coordinate representation of color #A3D9C1: hue angle of 153.33º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3D9C1 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB163217193-
CMYK0.2500.110.15
HSL153.33º41.54%74.51%-
HSV(B)153.33º24.88%85.1%-
XYZ49.5461.2659.67-
YUV198.12125.11102.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.45%
GREEN value IS 217 (85.16% from 255) = 37.87%
BLUE value IS 193 (75.78% from 255) = 33.68%
R=28.45%
G=37.87%
B=33.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632171930.2500.110.15153.3341.5474.51
HexA3D9C1190BF992a4b
Octal243331301310131723152113
Binary10100011110110011100000111001010111111100110011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D9C1; }

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

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

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

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

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

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

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

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