Shades of Vista Blue #82D6AD
Tints of Vista Blue #82D6AD
RGB
CMYK
RGB Variations
Color information
#82D6AD (or 0x82D6AD) is known color: Vista Blue. HEX triplet: 82, D6 and AD. RGB value is (130,214,173). Sum of RGB (Red+Green+Blue) = 130+214+173=517 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.15% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #82D6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D6AD is #7D2952. Grayscale: #B8B8B8. Windows color (decimal): -8202579 or 11392642. OLE color: 11392642.
HSL color Cylindrical-coordinate representation of color #82D6AD: hue angle of 150.71º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D6AD is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 214 | 173 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.16 |
| HSL | 150.71º | 0.51% | 0.67% | - |
| HSV(B) | 150.71º | 0.39% | 0.84% | - |
| XYZ | 40.8 | 55.86 | 48.17 | - |
| YUV | 184.21 | 121.67 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 214 | 173 | 0.39 | 0 | 0.19 | 0.16 | 150.71 | 0.51 | 0.67 |
| Hex | 82 | D6 | AD | 27 | 0 | 13 | 10 | 97 | 33 | 43 |
| Octal | 202 | 326 | 255 | 47 | 0 | 23 | 20 | 227 | 63 | 103 |
| Binary | 10000010 | 11010110 | 10101101 | 100111 | 0 | 10011 | 10000 | 10010111 | 110011 | 1000011 |
Color Harmonies of #82D6AD
Complementary color
Monochromatic Colors of #82D6AD
Black with #82D6AD
Text Example
Text Example
White with #82D6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D6AD; }
p { color: rgb(130,214,173); }
H1.HeaderClassName
{
color: #82D6AD;
}
.AnyTagClassName
{
color: #82D6AD;
}
</style>
background-color css
<style>
a { background-color: #82D6AD; }
a { background-color: rgb(130,214,173); }
div.DivClassName
{
background-color: #82D6AD;
}
.BgClassName
{
background-color: #82D6AD;
}
</style>
border-color css
<style>
span { border-color: #82D6AD; }
span { border-color: rgb(130,214,173); }
td.TdClassName
{
border-color: #82D6AD;
}
.TagClassName
{
border-color: #82D6AD;
}
</style>