#82CDA6

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

Shades of Vista Blue #82CDA6

Tints of Vista Blue #82CDA6

Color information

#82CDA6 (or 0x82CDA6) is unknown color: approx Vista Blue. HEX triplet: 82, CD and A6. RGB value is (130,205,166). Sum of RGB (Red+Green+Blue) = 130+205+166=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #82CDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CDA6 is #7D3259. Grayscale: #B2B2B2. Windows color (decimal): -8204890 or 10931586. OLE color: 10931586.

HSL color Cylindrical-coordinate representation of color #82CDA6: hue angle of 148.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CDA6 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB130205166-
CMYK0.3700.190.20
HSL148.8º42.86%65.69%-
HSV(B)148.8º36.59%80.39%-
XYZ37.9251.1643.95-
YUV178.13121.1593.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.95%
GREEN value IS 205 (80.47% from 255) = 40.92%
BLUE value IS 166 (65.23% from 255) = 33.13%
R=25.95%
G=40.92%
B=33.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1302051660.3700.190.20148.842.8665.69
Hex82CDA62501314952b42
Octal202315246450232422553102
Binary10000010110011011010011010010101001110100100101011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,205,166); }

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

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

 a { background-color: rgb(130,205,166); }

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

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

 span { border-color: rgb(130,205,166); }

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