Shades of Vista Blue #82ECB7
Tints of Vista Blue #82ECB7
RGB
CMYK
RGB Variations
Color information
#82ECB7 (or 0x82ECB7) is known color: Vista Blue. HEX triplet: 82, EC and B7. RGB value is (130,236,183). Sum of RGB (Red+Green+Blue) = 130+236+183=549 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.68% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #82ECB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82ECB7 is #7D1348. Grayscale: #C6C6C6. Windows color (decimal): -8196937 or 12053634. OLE color: 12053634.
HSL color Cylindrical-coordinate representation of color #82ECB7: hue angle of 150º 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 #82ECB7 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 236 | 183 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.07 |
| HSL | 150º | 0.74% | 0.72% | - |
| HSV(B) | 150º | 0.45% | 0.93% | - |
| XYZ | 47.75 | 68.16 | 55.44 | - |
| YUV | 198.26 | 119.38 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 236 | 183 | 0.45 | 0 | 0.22 | 0.07 | 150 | 0.74 | 0.72 |
| Hex | 82 | EC | B7 | 2D | 0 | 16 | 7 | 96 | 4A | 48 |
| Octal | 202 | 354 | 267 | 55 | 0 | 26 | 7 | 226 | 112 | 110 |
| Binary | 10000010 | 11101100 | 10110111 | 101101 | 0 | 10110 | 111 | 10010110 | 1001010 | 1001000 |
Color Harmonies of #82ECB7
Complementary color
Monochromatic Colors of #82ECB7
Black with #82ECB7
Text Example
Text Example
White with #82ECB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ECB7; }
p { color: rgb(130,236,183); }
H1.HeaderClassName
{
color: #82ECB7;
}
.AnyTagClassName
{
color: #82ECB7;
}
</style>
background-color css
<style>
a { background-color: #82ECB7; }
a { background-color: rgb(130,236,183); }
div.DivClassName
{
background-color: #82ECB7;
}
.BgClassName
{
background-color: #82ECB7;
}
</style>
border-color css
<style>
span { border-color: #82ECB7; }
span { border-color: rgb(130,236,183); }
td.TdClassName
{
border-color: #82ECB7;
}
.TagClassName
{
border-color: #82ECB7;
}
</style>