Shades of Vista Blue #82EFB6
Tints of Vista Blue #82EFB6
RGB
CMYK
RGB Variations
Color information
#82EFB6 (or 0x82EFB6) is known color: Vista Blue. HEX triplet: 82, EF and B6. RGB value is (130,239,182). Sum of RGB (Red+Green+Blue) = 130+239+182=551 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.59% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EFB6 is #7D1049. Grayscale: #C8C8C8. Windows color (decimal): -8196170 or 11988866. OLE color: 11988866.
HSL color Cylindrical-coordinate representation of color #82EFB6: hue angle of 148.62º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82EFB6 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 239 | 182 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.06 |
| HSL | 148.62º | 0.77% | 0.72% | - |
| HSV(B) | 148.62º | 0.46% | 0.94% | - |
| XYZ | 48.52 | 69.86 | 55.18 | - |
| YUV | 199.91 | 117.89 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 239 | 182 | 0.46 | 0 | 0.24 | 0.06 | 148.62 | 0.77 | 0.72 |
| Hex | 82 | EF | B6 | 2E | 0 | 18 | 6 | 95 | 4D | 48 |
| Octal | 202 | 357 | 266 | 56 | 0 | 30 | 6 | 225 | 115 | 110 |
| Binary | 10000010 | 11101111 | 10110110 | 101110 | 0 | 11000 | 110 | 10010101 | 1001101 | 1001000 |
Color Harmonies of #82EFB6
Complementary color
Monochromatic Colors of #82EFB6
Black with #82EFB6
Text Example
Text Example
White with #82EFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EFB6; }
p { color: rgb(130,239,182); }
H1.HeaderClassName
{
color: #82EFB6;
}
.AnyTagClassName
{
color: #82EFB6;
}
</style>
background-color css
<style>
a { background-color: #82EFB6; }
a { background-color: rgb(130,239,182); }
div.DivClassName
{
background-color: #82EFB6;
}
.BgClassName
{
background-color: #82EFB6;
}
</style>
border-color css
<style>
span { border-color: #82EFB6; }
span { border-color: rgb(130,239,182); }
td.TdClassName
{
border-color: #82EFB6;
}
.TagClassName
{
border-color: #82EFB6;
}
</style>