#82ddaf

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

Shades of Vista Blue #82DDAF

Tints of Vista Blue #82DDAF

Color information

#82DDAF (or 0x82DDAF) is unknown color: approx Vista Blue. HEX triplet: 82, DD and AF. RGB value is (130,221,175). Sum of RGB (Red+Green+Blue) = 130+221+175=526 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.71% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #82DDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DDAF is #7D2250. Grayscale: #BCBCBC. Windows color (decimal): -8200785 or 11525506. OLE color: 11525506.

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

Color convert

RGB130221175-
CMYK0.4100.210.13
HSL149.67º57.23%68.82%-
HSV(B)149.67º41.18%86.67%-
XYZ42.859.5549.8-
YUV188.55120.3586.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.71%
GREEN value IS 221 (86.72% from 255) = 42.02%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=24.71%
G=42.02%
B=33.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302211750.4100.210.13149.6757.2368.82
Hex82DDAF29015D963945
Octal202335257510251522671105
Binary1000001011011101101011111010010101011101100101101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ddaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,221,175); }

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

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

 a { background-color: rgb(130,221,175); }

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

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

 span { border-color: rgb(130,221,175); }

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