#A2D6BF

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

Shades of Vista Blue #A2D6BF

Tints of Vista Blue #A2D6BF

Color information

#A2D6BF (or 0xA2D6BF) is unknown color: approx Vista Blue. HEX triplet: A2, D6 and BF. RGB value is (162,214,191). Sum of RGB (Red+Green+Blue) = 162+214+191=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D6BF is #5D2940. Grayscale: #C3C3C3. Windows color (decimal): -6105409 or 12572322. OLE color: 12572322.

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

Color convert

RGB162214191-
CMYK0.2400.110.16
HSL153.46º38.81%73.73%-
HSV(B)153.46º24.3%83.92%-
XYZ48.3559.5458.23-
YUV195.83125.27103.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.57%
GREEN value IS 214 (83.98% from 255) = 37.74%
BLUE value IS 191 (75% from 255) = 33.69%
R=28.57%
G=37.74%
B=33.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622141910.2400.110.16153.4638.8173.73
HexA2D6BF180B1099274a
Octal242326277300132023147112
Binary101000101101011010111111110000101110000100110011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D6BF; }

 p { color: rgb(162,214,191); }

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

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

 a { background-color: rgb(162,214,191); }

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

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

 span { border-color: rgb(162,214,191); }

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