#82DFA8

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

Shades of Vista Blue #82DFA8

Tints of Vista Blue #82DFA8

Color information

#82DFA8 (or 0x82DFA8) is unknown color: approx Vista Blue. HEX triplet: 82, DF and A8. RGB value is (130,223,168). Sum of RGB (Red+Green+Blue) = 130+223+168=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DFA8 is #7D2057. Grayscale: #BDBDBD. Windows color (decimal): -8200280 or 11067266. OLE color: 11067266.

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

Color convert

RGB130223168-
CMYK0.4200.250.13
HSL144.52º59.24%69.22%-
HSV(B)144.52º41.7%87.45%-
XYZ42.6660.3546.45-
YUV188.92116.1985.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.95%
GREEN value IS 223 (87.5% from 255) = 42.80%
BLUE value IS 168 (66.02% from 255) = 32.25%
R=24.95%
G=42.80%
B=32.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302231680.4200.250.13144.5259.2469.22
Hex82DFA82A019D913b45
Octal202337250520311522173105
Binary1000001011011111101010001010100110011101100100011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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