#82DCB1

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

Shades of Vista Blue #82DCB1

Tints of Vista Blue #82DCB1

Color information

#82DCB1 (or 0x82DCB1) is unknown color: approx Vista Blue. HEX triplet: 82, DC and B1. RGB value is (130,220,177). Sum of RGB (Red+Green+Blue) = 130+220+177=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #82DCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DCB1 is #7D234E. Grayscale: #BCBCBC. Windows color (decimal): -8201039 or 11656322. OLE color: 11656322.

HSL color Cylindrical-coordinate representation of color #82DCB1: hue angle of 151.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DCB1 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB130220177-
CMYK0.4100.200.14
HSL151.33º56.25%68.63%-
HSV(B)151.33º40.91%86.27%-
XYZ42.7359.1150.75-
YUV188.19121.6886.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.67%
GREEN value IS 220 (86.33% from 255) = 41.75%
BLUE value IS 177 (69.53% from 255) = 33.59%
R=24.67%
G=41.75%
B=33.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1302201770.4100.200.14151.3356.2568.63
Hex82DCB129014E973845
Octal202334261510241622770105
Binary1000001011011100101100011010010101001110100101111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,220,177); }

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

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

 a { background-color: rgb(130,220,177); }

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

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

 span { border-color: rgb(130,220,177); }

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