#A3DABF

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

Shades of Vista Blue #A3DABF

Tints of Vista Blue #A3DABF

Color information

#A3DABF (or 0xA3DABF) is unknown color: approx Vista Blue. HEX triplet: A3, DA and BF. RGB value is (163,218,191). Sum of RGB (Red+Green+Blue) = 163+218+191=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DABF is #5C2540. Grayscale: #C6C6C6. Windows color (decimal): -6038849 or 12573347. OLE color: 12573347.

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

Color convert

RGB163218191-
CMYK0.2500.120.15
HSL150.55º42.64%74.71%-
HSV(B)150.55º25.23%85.49%-
XYZ49.5861.6958.58-
YUV198.48123.78102.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.50%
GREEN value IS 218 (85.55% from 255) = 38.11%
BLUE value IS 191 (75% from 255) = 33.39%
R=28.50%
G=38.11%
B=33.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632181910.2500.120.15150.5542.6474.71
HexA3DABF190CF972b4b
Octal243332277310141722753113
Binary10100011110110101011111111001011001111100101111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DABF; }

 p { color: rgb(163,218,191); }

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

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

 a { background-color: rgb(163,218,191); }

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

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

 span { border-color: rgb(163,218,191); }

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