Shades of Vista Blue #82E1B1
Tints of Vista Blue #82E1B1
RGB
CMYK
RGB Variations
Color information
#82E1B1 (or 0x82E1B1) is known color: Vista Blue. HEX triplet: 82, E1 and B1. RGB value is (130,225,177). Sum of RGB (Red+Green+Blue) = 130+225+177=532 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.44% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #82E1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E1B1 is #7D1E4E. Grayscale: #BFBFBF. Windows color (decimal): -8199759 or 11657602. OLE color: 11657602.
HSL color Cylindrical-coordinate representation of color #82E1B1: hue angle of 149.68º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82E1B1 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 225 | 177 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.12 |
| HSL | 149.68º | 0.61% | 0.7% | - |
| HSV(B) | 149.68º | 0.42% | 0.88% | - |
| XYZ | 44.07 | 61.77 | 51.2 | - |
| YUV | 191.12 | 120.03 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 225 | 177 | 0.42 | 0 | 0.21 | 0.12 | 149.68 | 0.61 | 0.7 |
| Hex | 82 | E1 | B1 | 2A | 0 | 15 | C | 96 | 3D | 46 |
| Octal | 202 | 341 | 261 | 52 | 0 | 25 | 14 | 226 | 75 | 106 |
| Binary | 10000010 | 11100001 | 10110001 | 101010 | 0 | 10101 | 1100 | 10010110 | 111101 | 1000110 |
Color Harmonies of #82E1B1
Complementary color
Monochromatic Colors of #82E1B1
Black with #82E1B1
Text Example
Text Example
White with #82E1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E1B1; }
p { color: rgb(130,225,177); }
H1.HeaderClassName
{
color: #82E1B1;
}
.AnyTagClassName
{
color: #82E1B1;
}
</style>
background-color css
<style>
a { background-color: #82E1B1; }
a { background-color: rgb(130,225,177); }
div.DivClassName
{
background-color: #82E1B1;
}
.BgClassName
{
background-color: #82E1B1;
}
</style>
border-color css
<style>
span { border-color: #82E1B1; }
span { border-color: rgb(130,225,177); }
td.TdClassName
{
border-color: #82E1B1;
}
.TagClassName
{
border-color: #82E1B1;
}
</style>