#82DEAA

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

Shades of Vista Blue #82DEAA

Tints of Vista Blue #82DEAA

Color information

#82DEAA (or 0x82DEAA) is unknown color: approx Vista Blue. HEX triplet: 82, DE and AA. RGB value is (130,222,170). Sum of RGB (Red+Green+Blue) = 130+222+170=522 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.90% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #82DEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DEAA is #7D2155. Grayscale: #BCBCBC. Windows color (decimal): -8200534 or 11198082. OLE color: 11198082.

HSL color Cylindrical-coordinate representation of color #82DEAA: hue angle of 146.09º 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 #82DEAA is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB130222170-
CMYK0.4100.230.13
HSL146.09º58.23%69.02%-
HSV(B)146.09º41.44%87.06%-
XYZ42.5859.8947.35-
YUV188.56117.5286.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.90%
GREEN value IS 222 (87.11% from 255) = 42.53%
BLUE value IS 170 (66.80% from 255) = 32.57%
R=24.90%
G=42.53%
B=32.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302221700.4100.230.13146.0958.2369.02
Hex82DEAA29017D923a45
Octal202336252510271522272105
Binary1000001011011110101010101010010101111101100100101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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