Shades of Vista Blue #82ECB9
Tints of Vista Blue #82ECB9
RGB
CMYK
RGB Variations
Color information
#82ECB9 (or 0x82ECB9) is known color: Vista Blue. HEX triplet: 82, EC and B9. RGB value is (130,236,185). Sum of RGB (Red+Green+Blue) = 130+236+185=551 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.59% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #82ECB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82ECB9 is #7D1346. Grayscale: #C6C6C6. Windows color (decimal): -8196935 or 12184706. OLE color: 12184706.
HSL color Cylindrical-coordinate representation of color #82ECB9: hue angle of 151.13º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82ECB9 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 236 | 185 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.07 |
| HSL | 151.13º | 0.74% | 0.72% | - |
| HSV(B) | 151.13º | 0.45% | 0.93% | - |
| XYZ | 47.96 | 68.24 | 56.54 | - |
| YUV | 198.49 | 120.38 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 236 | 185 | 0.45 | 0 | 0.22 | 0.07 | 151.13 | 0.74 | 0.72 |
| Hex | 82 | EC | B9 | 2D | 0 | 16 | 7 | 97 | 4A | 48 |
| Octal | 202 | 354 | 271 | 55 | 0 | 26 | 7 | 227 | 112 | 110 |
| Binary | 10000010 | 11101100 | 10111001 | 101101 | 0 | 10110 | 111 | 10010111 | 1001010 | 1001000 |
Color Harmonies of #82ECB9
Complementary color
Monochromatic Colors of #82ECB9
Black with #82ECB9
Text Example
Text Example
White with #82ECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ECB9; }
p { color: rgb(130,236,185); }
H1.HeaderClassName
{
color: #82ECB9;
}
.AnyTagClassName
{
color: #82ECB9;
}
</style>
background-color css
<style>
a { background-color: #82ECB9; }
a { background-color: rgb(130,236,185); }
div.DivClassName
{
background-color: #82ECB9;
}
.BgClassName
{
background-color: #82ECB9;
}
</style>
border-color css
<style>
span { border-color: #82ECB9; }
span { border-color: rgb(130,236,185); }
td.TdClassName
{
border-color: #82ECB9;
}
.TagClassName
{
border-color: #82ECB9;
}
</style>