Shades of Vista Blue #82DEA2
Tints of Vista Blue #82DEA2
RGB
CMYK
RGB Variations
Color information
#82DEA2 (or 0x82DEA2) is known color: Vista Blue. HEX triplet: 82, DE and A2. RGB value is (130,222,162). Sum of RGB (Red+Green+Blue) = 130+222+162=514 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.29% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #82DEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DEA2 is #7D215D. Grayscale: #BBBBBB. Windows color (decimal): -8200542 or 10673794. OLE color: 10673794.
HSL color Cylindrical-coordinate representation of color #82DEA2: hue angle of 140.87º 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 #82DEA2 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 222 | 162 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.13 |
| HSL | 140.87º | 0.58% | 0.69% | - |
| HSV(B) | 140.87º | 0.41% | 0.87% | - |
| XYZ | 41.85 | 59.6 | 43.48 | - |
| YUV | 187.65 | 113.52 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 222 | 162 | 0.41 | 0 | 0.27 | 0.13 | 140.87 | 0.58 | 0.69 |
| Hex | 82 | DE | A2 | 29 | 0 | 1B | D | 8D | 3A | 45 |
| Octal | 202 | 336 | 242 | 51 | 0 | 33 | 15 | 215 | 72 | 105 |
| Binary | 10000010 | 11011110 | 10100010 | 101001 | 0 | 11011 | 1101 | 10001101 | 111010 | 1000101 |
Color Harmonies of #82DEA2
Complementary color
Monochromatic Colors of #82DEA2
Black with #82DEA2
Text Example
Text Example
White with #82DEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DEA2; }
p { color: rgb(130,222,162); }
H1.HeaderClassName
{
color: #82DEA2;
}
.AnyTagClassName
{
color: #82DEA2;
}
</style>
background-color css
<style>
a { background-color: #82DEA2; }
a { background-color: rgb(130,222,162); }
div.DivClassName
{
background-color: #82DEA2;
}
.BgClassName
{
background-color: #82DEA2;
}
</style>
border-color css
<style>
span { border-color: #82DEA2; }
span { border-color: rgb(130,222,162); }
td.TdClassName
{
border-color: #82DEA2;
}
.TagClassName
{
border-color: #82DEA2;
}
</style>