#82CDA7

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

Shades of Vista Blue #82CDA7

Tints of Vista Blue #82CDA7

Color information

#82CDA7 (or 0x82CDA7) is unknown color: approx Vista Blue. HEX triplet: 82, CD and A7. RGB value is (130,205,167). Sum of RGB (Red+Green+Blue) = 130+205+167=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #82CDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CDA7 is #7D3258. Grayscale: #B2B2B2. Windows color (decimal): -8204889 or 10997122. OLE color: 10997122.

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

Color convert

RGB130205167-
CMYK0.3700.190.20
HSL149.6º42.86%65.69%-
HSV(B)149.6º36.59%80.39%-
XYZ38.0151.244.44-
YUV178.24121.6593.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.90%
GREEN value IS 205 (80.47% from 255) = 40.84%
BLUE value IS 167 (65.62% from 255) = 33.27%
R=25.90%
G=40.84%
B=33.27%

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
Decimal1302051670.3700.190.20149.642.8665.69
Hex82CDA72501314962b42
Octal202315247450232422653102
Binary10000010110011011010011110010101001110100100101101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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