Shades of Vista Blue #82EBA4
Tints of Vista Blue #82EBA4
RGB
CMYK
RGB Variations
Color information
#82EBA4 (or 0x82EBA4) is known color: Vista Blue. HEX triplet: 82, EB and A4. RGB value is (130,235,164). Sum of RGB (Red+Green+Blue) = 130+235+164=529 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.57% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #82EBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EBA4 is #7D145B. Grayscale: #C3C3C3. Windows color (decimal): -8197212 or 10808194. OLE color: 10808194.
HSL color Cylindrical-coordinate representation of color #82EBA4: hue angle of 139.43º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EBA4 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 235 | 164 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.08 |
| HSL | 139.43º | 0.72% | 0.72% | - |
| HSV(B) | 139.43º | 0.45% | 0.92% | - |
| XYZ | 45.62 | 66.84 | 45.62 | - |
| YUV | 195.51 | 110.21 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 235 | 164 | 0.45 | 0 | 0.30 | 0.08 | 139.43 | 0.72 | 0.72 |
| Hex | 82 | EB | A4 | 2D | 0 | 1E | 8 | 8B | 48 | 48 |
| Octal | 202 | 353 | 244 | 55 | 0 | 36 | 10 | 213 | 110 | 110 |
| Binary | 10000010 | 11101011 | 10100100 | 101101 | 0 | 11110 | 1000 | 10001011 | 1001000 | 1001000 |
Color Harmonies of #82EBA4
Complementary color
Monochromatic Colors of #82EBA4
Black with #82EBA4
Text Example
Text Example
White with #82EBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EBA4; }
p { color: rgb(130,235,164); }
H1.HeaderClassName
{
color: #82EBA4;
}
.AnyTagClassName
{
color: #82EBA4;
}
</style>
background-color css
<style>
a { background-color: #82EBA4; }
a { background-color: rgb(130,235,164); }
div.DivClassName
{
background-color: #82EBA4;
}
.BgClassName
{
background-color: #82EBA4;
}
</style>
border-color css
<style>
span { border-color: #82EBA4; }
span { border-color: rgb(130,235,164); }
td.TdClassName
{
border-color: #82EBA4;
}
.TagClassName
{
border-color: #82EBA4;
}
</style>