#82DEB1

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

Shades of Vista Blue #82DEB1

Tints of Vista Blue #82DEB1

Color information

#82DEB1 (or 0x82DEB1) is unknown color: approx Vista Blue. HEX triplet: 82, DE and B1. RGB value is (130,222,177). Sum of RGB (Red+Green+Blue) = 130+222+177=529 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.57% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #82DEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DEB1 is #7D214E. Grayscale: #BDBDBD. Windows color (decimal): -8200527 or 11656834. OLE color: 11656834.

HSL color Cylindrical-coordinate representation of color #82DEB1: hue angle of 150.65º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DEB1 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB130222177-
CMYK0.4100.200.13
HSL150.65º58.23%69.02%-
HSV(B)150.65º41.44%87.06%-
XYZ43.2660.1650.93-
YUV189.36121.0285.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.57%
GREEN value IS 222 (87.11% from 255) = 41.97%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=24.57%
G=41.97%
B=33.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302221770.4100.200.13150.6558.2369.02
Hex82DEB129014D973a45
Octal202336261510241522772105
Binary1000001011011110101100011010010101001101100101111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,222,177); }

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

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

 a { background-color: rgb(130,222,177); }

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

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

 span { border-color: rgb(130,222,177); }

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