Shades of Vista Blue #82CFA2
Tints of Vista Blue #82CFA2
RGB
CMYK
RGB Variations
Color information
#82CFA2 (or 0x82CFA2) is known color: Vista Blue. HEX triplet: 82, CF and A2. RGB value is (130,207,162). Sum of RGB (Red+Green+Blue) = 130+207+162=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #82CFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CFA2 is #7D305D. Grayscale: #B2B2B2. Windows color (decimal): -8204382 or 10669954. OLE color: 10669954.
HSL color Cylindrical-coordinate representation of color #82CFA2: hue angle of 144.94º degrees, saturation: 0.45, 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 #82CFA2 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 207 | 162 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.19 |
| HSL | 144.94º | 0.45% | 0.66% | - |
| HSV(B) | 144.94º | 0.37% | 0.81% | - |
| XYZ | 38.04 | 51.98 | 42.21 | - |
| YUV | 178.85 | 118.49 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 162 | 0.37 | 0 | 0.22 | 0.19 | 144.94 | 0.45 | 0.66 |
| Hex | 82 | CF | A2 | 25 | 0 | 16 | 13 | 91 | 2D | 42 |
| Octal | 202 | 317 | 242 | 45 | 0 | 26 | 23 | 221 | 55 | 102 |
| Binary | 10000010 | 11001111 | 10100010 | 100101 | 0 | 10110 | 10011 | 10010001 | 101101 | 1000010 |
Color Harmonies of #82CFA2
Complementary color
Monochromatic Colors of #82CFA2
Black with #82CFA2
Text Example
Text Example
White with #82CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CFA2; }
p { color: rgb(130,207,162); }
H1.HeaderClassName
{
color: #82CFA2;
}
.AnyTagClassName
{
color: #82CFA2;
}
</style>
background-color css
<style>
a { background-color: #82CFA2; }
a { background-color: rgb(130,207,162); }
div.DivClassName
{
background-color: #82CFA2;
}
.BgClassName
{
background-color: #82CFA2;
}
</style>
border-color css
<style>
span { border-color: #82CFA2; }
span { border-color: rgb(130,207,162); }
td.TdClassName
{
border-color: #82CFA2;
}
.TagClassName
{
border-color: #82CFA2;
}
</style>