#82CEA3

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

Shades of Vista Blue #82CEA3

Tints of Vista Blue #82CEA3

Color information

#82CEA3 (or 0x82CEA3) is unknown color: approx Vista Blue. HEX triplet: 82, CE and A3. RGB value is (130,206,163). Sum of RGB (Red+Green+Blue) = 130+206+163=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #82CEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CEA3 is #7D315C. Grayscale: #B2B2B2. Windows color (decimal): -8204637 or 10735234. OLE color: 10735234.

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

Color convert

RGB130206163-
CMYK0.3700.210.19
HSL146.05º43.68%65.88%-
HSV(B)146.05º36.89%80.78%-
XYZ37.8951.5342.6-
YUV178.37119.3293.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.05%
GREEN value IS 206 (80.86% from 255) = 41.28%
BLUE value IS 163 (64.06% from 255) = 32.67%
R=26.05%
G=41.28%
B=32.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1302061630.3700.210.19146.0543.6865.88
Hex82CEA32501513922c42
Octal202316243450252322254102
Binary10000010110011101010001110010101010110011100100101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,206,163); }

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

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

 a { background-color: rgb(130,206,163); }

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

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

 span { border-color: rgb(130,206,163); }

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