#82EFB2

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

Shades of Vista Blue #82EFB2

Tints of Vista Blue #82EFB2

Color information

#82EFB2 (or 0x82EFB2) is unknown color: approx Vista Blue. HEX triplet: 82, EF and B2. RGB value is (130,239,178). Sum of RGB (Red+Green+Blue) = 130+239+178=547 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.77% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EFB2 is #7D104D. Grayscale: #C7C7C7. Windows color (decimal): -8196174 or 11726722. OLE color: 11726722.

HSL color Cylindrical-coordinate representation of color #82EFB2: hue angle of 146.42º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82EFB2 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB130239178-
CMYK0.4600.260.06
HSL146.42º77.3%72.35%-
HSV(B)146.42º45.61%93.73%-
XYZ48.1169.6953.04-
YUV199.46115.8978.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.77%
GREEN value IS 239 (93.75% from 255) = 43.69%
BLUE value IS 178 (69.92% from 255) = 32.54%
R=23.77%
G=43.69%
B=32.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302391780.4600.260.06146.4277.372.35
Hex82EFB22E01A6924d48
Octal202357262560326222115110
Binary1000001011101111101100101011100110101101001001010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,239,178); }

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

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

 a { background-color: rgb(130,239,178); }

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

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

 span { border-color: rgb(130,239,178); }

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