#A2D6C1

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

Shades of Vista Blue #A2D6C1

Tints of Vista Blue #A2D6C1

Color information

#A2D6C1 (or 0xA2D6C1) is unknown color: approx Vista Blue. HEX triplet: A2, D6 and C1. RGB value is (162,214,193). Sum of RGB (Red+Green+Blue) = 162+214+193=569 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.47% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D6C1 is #5D293E. Grayscale: #C4C4C4. Windows color (decimal): -6105407 or 12703394. OLE color: 12703394.

HSL color Cylindrical-coordinate representation of color #A2D6C1: hue angle of 155.77º 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 #A2D6C1 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB162214193-
CMYK0.2400.100.16
HSL155.77º38.81%73.73%-
HSV(B)155.77º24.3%83.92%-
XYZ48.5759.6259.4-
YUV196.06126.27103.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.47%
GREEN value IS 214 (83.98% from 255) = 37.61%
BLUE value IS 193 (75.78% from 255) = 33.92%
R=28.47%
G=37.61%
B=33.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622141930.2400.100.16155.7738.8173.73
HexA2D6C1180A109c274a
Octal242326301300122023447112
Binary101000101101011011000001110000101010000100111001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D6C1; }

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

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

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

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

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

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

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

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