#82CEAB

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

Shades of Vista Blue #82CEAB

Tints of Vista Blue #82CEAB

Color information

#82CEAB (or 0x82CEAB) is unknown color: approx Vista Blue. HEX triplet: 82, CE and AB. RGB value is (130,206,171). Sum of RGB (Red+Green+Blue) = 130+206+171=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #82CEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CEAB is #7D3154. Grayscale: #B3B3B3. Windows color (decimal): -8204629 or 11259522. OLE color: 11259522.

HSL color Cylindrical-coordinate representation of color #82CEAB: hue angle of 152.37º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CEAB is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB130206171-
CMYK0.3700.170.19
HSL152.37º43.68%65.88%-
HSV(B)152.37º36.89%80.78%-
XYZ38.6351.8346.5-
YUV179.29123.3292.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.64%
GREEN value IS 206 (80.86% from 255) = 40.63%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=25.64%
G=40.63%
B=33.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1302061710.3700.170.19152.3743.6865.88
Hex82CEAB2501113982c42
Octal202316253450212323054102
Binary10000010110011101010101110010101000110011100110001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,206,171); }

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

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

 a { background-color: rgb(130,206,171); }

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

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

 span { border-color: rgb(130,206,171); }

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