#A3D9B4

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

Shades of Vista Blue #A3D9B4

Tints of Vista Blue #A3D9B4

Color information

#A3D9B4 (or 0xA3D9B4) is unknown color: approx Vista Blue. HEX triplet: A3, D9 and B4. RGB value is (163,217,180). Sum of RGB (Red+Green+Blue) = 163+217+180=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D9B4 is #5C264B. Grayscale: #C4C4C4. Windows color (decimal): -6039116 or 11852195. OLE color: 11852195.

HSL color Cylindrical-coordinate representation of color #A3D9B4: hue angle of 138.89º 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 #A3D9B4 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB163217180-
CMYK0.2500.170.15
HSL138.89º41.54%74.51%-
HSV(B)138.89º24.88%85.1%-
XYZ48.1660.7152.36-
YUV196.64118.61104.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.11%
GREEN value IS 217 (85.16% from 255) = 38.75%
BLUE value IS 180 (70.70% from 255) = 32.14%
R=29.11%
G=38.75%
B=32.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632171800.2500.170.15138.8941.5474.51
HexA3D9B419011F8b2a4b
Octal243331264310211721352113
Binary101000111101100110110100110010100011111100010111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D9B4; }

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

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

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

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

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

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

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

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