#82CFA2

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

Shades of Vista Blue #82CFA2

Tints of Vista Blue #82CFA2

Color information

#82CFA2 (or 0x82CFA2) is unknown color: approx Vista Blue. HEX triplet: 82, CF and A2. RGB value is (130,207,162). Sum of RGB (Red+Green+Blue) = 130+207+162=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #82CFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CFA2 is #7D305D. Grayscale: #B2B2B2. Windows color (decimal): -8204382 or 10669954. OLE color: 10669954.

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

Color convert

RGB130207162-
CMYK0.3700.220.19
HSL144.94º44.51%66.08%-
HSV(B)144.94º37.2%81.18%-
XYZ38.0451.9842.21-
YUV178.85118.4993.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.05%
GREEN value IS 207 (81.25% from 255) = 41.48%
BLUE value IS 162 (63.67% from 255) = 32.46%
R=26.05%
G=41.48%
B=32.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1302071620.3700.220.19144.9444.5166.08
Hex82CFA22501613912d42
Octal202317242450262322155102
Binary10000010110011111010001010010101011010011100100011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,207,162); }

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

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

 a { background-color: rgb(130,207,162); }

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

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

 span { border-color: rgb(130,207,162); }

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