#A3DABB

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

Shades of Vista Blue #A3DABB

Tints of Vista Blue #A3DABB

Color information

#A3DABB (or 0xA3DABB) is unknown color: approx Vista Blue. HEX triplet: A3, DA and BB. RGB value is (163,218,187). Sum of RGB (Red+Green+Blue) = 163+218+187=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DABB is #5C2544. Grayscale: #C6C6C6. Windows color (decimal): -6038853 or 12311203. OLE color: 12311203.

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

Color convert

RGB163218187-
CMYK0.2500.140.15
HSL146.18º42.64%74.71%-
HSV(B)146.18º25.23%85.49%-
XYZ49.1561.5256.3-
YUV198.02121.78103.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.70%
GREEN value IS 218 (85.55% from 255) = 38.38%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=28.70%
G=38.38%
B=32.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632181870.2500.140.15146.1842.6474.71
HexA3DABB190EF922b4b
Octal243332273310161722253113
Binary10100011110110101011101111001011101111100100101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DABB; }

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

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

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

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

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

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

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

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