#82CEA5

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

Shades of Vista Blue #82CEA5

Tints of Vista Blue #82CEA5

Color information

#82CEA5 (or 0x82CEA5) is unknown color: approx Vista Blue. HEX triplet: 82, CE and A5. RGB value is (130,206,165). Sum of RGB (Red+Green+Blue) = 130+206+165=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #82CEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CEA5 is #7D315A. Grayscale: #B2B2B2. Windows color (decimal): -8204635 or 10866306. OLE color: 10866306.

HSL color Cylindrical-coordinate representation of color #82CEA5: hue angle of 147.63º 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 #82CEA5 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB130206165-
CMYK0.3700.200.19
HSL147.63º43.68%65.88%-
HSV(B)147.63º36.89%80.78%-
XYZ38.0751.6143.55-
YUV178.6120.3293.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.95%
GREEN value IS 206 (80.86% from 255) = 41.12%
BLUE value IS 165 (64.84% from 255) = 32.93%
R=25.95%
G=41.12%
B=32.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1302061650.3700.200.19147.6343.6865.88
Hex82CEA52501413942c42
Octal202316245450242322454102
Binary10000010110011101010010110010101010010011100101001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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