Shades of Vista Blue #82CEA7
Tints of Vista Blue #82CEA7
RGB
CMYK
RGB Variations
Color information
#82CEA7 (or 0x82CEA7) is known color: Vista Blue. HEX triplet: 82, CE and A7. RGB value is (130,206,167). Sum of RGB (Red+Green+Blue) = 130+206+167=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #82CEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CEA7 is #7D3158. Grayscale: #B2B2B2. Windows color (decimal): -8204633 or 10997378. OLE color: 10997378.
HSL color Cylindrical-coordinate representation of color #82CEA7: hue angle of 149.21º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CEA7 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 167 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.19 |
| HSL | 149.21º | 0.44% | 0.66% | - |
| HSV(B) | 149.21º | 0.37% | 0.81% | - |
| XYZ | 38.25 | 51.68 | 44.52 | - |
| YUV | 178.83 | 121.32 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 167 | 0.37 | 0 | 0.19 | 0.19 | 149.21 | 0.44 | 0.66 |
| Hex | 82 | CE | A7 | 25 | 0 | 13 | 13 | 95 | 2C | 42 |
| Octal | 202 | 316 | 247 | 45 | 0 | 23 | 23 | 225 | 54 | 102 |
| Binary | 10000010 | 11001110 | 10100111 | 100101 | 0 | 10011 | 10011 | 10010101 | 101100 | 1000010 |
Color Harmonies of #82CEA7
Complementary color
Monochromatic Colors of #82CEA7
Black with #82CEA7
Text Example
Text Example
White with #82CEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CEA7; }
p { color: rgb(130,206,167); }
H1.HeaderClassName
{
color: #82CEA7;
}
.AnyTagClassName
{
color: #82CEA7;
}
</style>
background-color css
<style>
a { background-color: #82CEA7; }
a { background-color: rgb(130,206,167); }
div.DivClassName
{
background-color: #82CEA7;
}
.BgClassName
{
background-color: #82CEA7;
}
</style>
border-color css
<style>
span { border-color: #82CEA7; }
span { border-color: rgb(130,206,167); }
td.TdClassName
{
border-color: #82CEA7;
}
.TagClassName
{
border-color: #82CEA7;
}
</style>