#A2D7BA

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

Shades of Vista Blue #A2D7BA

Tints of Vista Blue #A2D7BA

Color information

#A2D7BA (or 0xA2D7BA) is unknown color: approx Vista Blue. HEX triplet: A2, D7 and BA. RGB value is (162,215,186). Sum of RGB (Red+Green+Blue) = 162+215+186=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D7BA is #5D2845. Grayscale: #C3C3C3. Windows color (decimal): -6105158 or 12244898. OLE color: 12244898.

HSL color Cylindrical-coordinate representation of color #A2D7BA: hue angle of 147.17º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D7BA is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB162215186-
CMYK0.2500.130.16
HSL147.17º39.85%73.92%-
HSV(B)147.17º24.65%84.31%-
XYZ48.0659.8355.47-
YUV195.85122.44103.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.77%
GREEN value IS 215 (84.38% from 255) = 38.19%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=28.77%
G=38.19%
B=33.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622151860.2500.130.16147.1739.8573.92
HexA2D7BA190D1093284a
Octal242327272310152022350112
Binary101000101101011110111010110010110110000100100111010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D7BA; }

 p { color: rgb(162,215,186); }

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

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

 a { background-color: rgb(162,215,186); }

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

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

 span { border-color: rgb(162,215,186); }

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