#82DFAA

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

Shades of Vista Blue #82DFAA

Tints of Vista Blue #82DFAA

Color information

#82DFAA (or 0x82DFAA) is unknown color: approx Vista Blue. HEX triplet: 82, DF and AA. RGB value is (130,223,170). Sum of RGB (Red+Green+Blue) = 130+223+170=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DFAA is #7D2055. Grayscale: #BDBDBD. Windows color (decimal): -8200278 or 11198338. OLE color: 11198338.

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

Color convert

RGB130223170-
CMYK0.4200.240.13
HSL145.81º59.24%69.22%-
HSV(B)145.81º41.7%87.45%-
XYZ42.8560.4247.43-
YUV189.15117.1985.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.86%
GREEN value IS 223 (87.5% from 255) = 42.64%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=24.86%
G=42.64%
B=32.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302231700.4200.240.13145.8159.2469.22
Hex82DFAA2A018D923b45
Octal202337252520301522273105
Binary1000001011011111101010101010100110001101100100101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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