#82DCA9

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

Shades of Vista Blue #82DCA9

Tints of Vista Blue #82DCA9

Color information

#82DCA9 (or 0x82DCA9) is unknown color: approx Vista Blue. HEX triplet: 82, DC and A9. RGB value is (130,220,169). Sum of RGB (Red+Green+Blue) = 130+220+169=519 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.05% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #82DCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DCA9 is #7D2356. Grayscale: #BBBBBB. Windows color (decimal): -8201047 or 11132034. OLE color: 11132034.

HSL color Cylindrical-coordinate representation of color #82DCA9: hue angle of 146º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DCA9 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB130220169-
CMYK0.4100.230.14
HSL146º56.25%68.63%-
HSV(B)146º40.91%86.27%-
XYZ41.9658.846.67-
YUV187.28117.6887.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.05%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 169 (66.41% from 255) = 32.56%
R=25.05%
G=42.39%
B=32.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1302201690.4100.230.1414656.2568.63
Hex82DCA929017E923845
Octal202334251510271622270105
Binary1000001011011100101010011010010101111110100100101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82DCA9; }

 p { color: rgb(130,220,169); }

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

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

 a { background-color: rgb(130,220,169); }

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

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

 span { border-color: rgb(130,220,169); }

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