#A2DABB

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

Shades of Vista Blue #A2DABB

Tints of Vista Blue #A2DABB

Color information

#A2DABB (or 0xA2DABB) is unknown color: approx Vista Blue. HEX triplet: A2, DA and BB. RGB value is (162,218,187). Sum of RGB (Red+Green+Blue) = 162+218+187=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DABB is #5D2544. Grayscale: #C5C5C5. Windows color (decimal): -6104389 or 12311202. OLE color: 12311202.

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

Color convert

RGB162218187-
CMYK0.2600.140.15
HSL146.79º43.08%74.51%-
HSV(B)146.79º25.69%85.49%-
XYZ48.9461.4156.29-
YUV197.72121.95102.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.57%
GREEN value IS 218 (85.55% from 255) = 38.45%
BLUE value IS 187 (73.44% from 255) = 32.98%
R=28.57%
G=38.45%
B=32.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622181870.2600.140.15146.7943.0874.51
HexA2DABB1A0EF932b4b
Octal242332273320161722353113
Binary10100010110110101011101111010011101111100100111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DABB; }

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

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

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

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

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

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

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

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