Shades of Vista Blue #82DEA6
Tints of Vista Blue #82DEA6
RGB
CMYK
RGB Variations
Color information
#82DEA6 (or 0x82DEA6) is known color: Vista Blue. HEX triplet: 82, DE and A6. RGB value is (130,222,166). Sum of RGB (Red+Green+Blue) = 130+222+166=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #82DEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DEA6 is #7D2159. Grayscale: #BCBCBC. Windows color (decimal): -8200538 or 10935938. OLE color: 10935938.
HSL color Cylindrical-coordinate representation of color #82DEA6: hue angle of 143.48º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DEA6 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 222 | 166 | - |
| CMYK | 0.41 | 0 | 0.25 | 0.13 |
| HSL | 143.48º | 0.58% | 0.69% | - |
| HSV(B) | 143.48º | 0.41% | 0.87% | - |
| XYZ | 42.21 | 59.74 | 45.38 | - |
| YUV | 188.11 | 115.52 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 222 | 166 | 0.41 | 0 | 0.25 | 0.13 | 143.48 | 0.58 | 0.69 |
| Hex | 82 | DE | A6 | 29 | 0 | 19 | D | 8F | 3A | 45 |
| Octal | 202 | 336 | 246 | 51 | 0 | 31 | 15 | 217 | 72 | 105 |
| Binary | 10000010 | 11011110 | 10100110 | 101001 | 0 | 11001 | 1101 | 10001111 | 111010 | 1000101 |
Color Harmonies of #82DEA6
Complementary color
Monochromatic Colors of #82DEA6
Black with #82DEA6
Text Example
Text Example
White with #82DEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DEA6; }
p { color: rgb(130,222,166); }
H1.HeaderClassName
{
color: #82DEA6;
}
.AnyTagClassName
{
color: #82DEA6;
}
</style>
background-color css
<style>
a { background-color: #82DEA6; }
a { background-color: rgb(130,222,166); }
div.DivClassName
{
background-color: #82DEA6;
}
.BgClassName
{
background-color: #82DEA6;
}
</style>
border-color css
<style>
span { border-color: #82DEA6; }
span { border-color: rgb(130,222,166); }
td.TdClassName
{
border-color: #82DEA6;
}
.TagClassName
{
border-color: #82DEA6;
}
</style>