#82ECB5

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

Shades of Vista Blue #82ECB5

Tints of Vista Blue #82ECB5

Color information

#82ECB5 (or 0x82ECB5) is unknown color: approx Vista Blue. HEX triplet: 82, EC and B5. RGB value is (130,236,181). Sum of RGB (Red+Green+Blue) = 130+236+181=547 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.77% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #82ECB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82ECB5 is #7D134A. Grayscale: #C6C6C6. Windows color (decimal): -8196939 or 11922562. OLE color: 11922562.

HSL color Cylindrical-coordinate representation of color #82ECB5: hue angle of 148.87º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82ECB5 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB130236181-
CMYK0.4500.230.07
HSL148.87º73.61%71.76%-
HSV(B)148.87º44.92%92.55%-
XYZ47.5468.0754.35-
YUV198.04118.3879.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.77%
GREEN value IS 236 (92.58% from 255) = 43.14%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=23.77%
G=43.14%
B=33.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302361810.4500.230.07148.8773.6171.76
Hex82ECB52D0177954a48
Octal202354265550277225112110
Binary1000001011101100101101011011010101111111001010110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ECB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,236,181); }

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

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

 a { background-color: rgb(130,236,181); }

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

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

 span { border-color: rgb(130,236,181); }

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