Shades of Vista Blue #82CFA9
Tints of Vista Blue #82CFA9
RGB
CMYK
RGB Variations
Color information
#82CFA9 (or 0x82CFA9) is known color: Vista Blue. HEX triplet: 82, CF and A9. RGB value is (130,207,169). Sum of RGB (Red+Green+Blue) = 130+207+169=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #82CFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CFA9 is #7D3056. Grayscale: #B3B3B3. Windows color (decimal): -8204375 or 11128706. OLE color: 11128706.
HSL color Cylindrical-coordinate representation of color #82CFA9: hue angle of 150.39º 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 #82CFA9 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 207 | 169 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.19 |
| HSL | 150.39º | 0.45% | 0.66% | - |
| HSV(B) | 150.39º | 0.37% | 0.81% | - |
| XYZ | 38.68 | 52.24 | 45.58 | - |
| YUV | 179.65 | 121.99 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 169 | 0.37 | 0 | 0.18 | 0.19 | 150.39 | 0.45 | 0.66 |
| Hex | 82 | CF | A9 | 25 | 0 | 12 | 13 | 96 | 2D | 42 |
| Octal | 202 | 317 | 251 | 45 | 0 | 22 | 23 | 226 | 55 | 102 |
| Binary | 10000010 | 11001111 | 10101001 | 100101 | 0 | 10010 | 10011 | 10010110 | 101101 | 1000010 |
Color Harmonies of #82CFA9
Complementary color
Monochromatic Colors of #82CFA9
Black with #82CFA9
Text Example
Text Example
White with #82CFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CFA9; }
p { color: rgb(130,207,169); }
H1.HeaderClassName
{
color: #82CFA9;
}
.AnyTagClassName
{
color: #82CFA9;
}
</style>
background-color css
<style>
a { background-color: #82CFA9; }
a { background-color: rgb(130,207,169); }
div.DivClassName
{
background-color: #82CFA9;
}
.BgClassName
{
background-color: #82CFA9;
}
</style>
border-color css
<style>
span { border-color: #82CFA9; }
span { border-color: rgb(130,207,169); }
td.TdClassName
{
border-color: #82CFA9;
}
.TagClassName
{
border-color: #82CFA9;
}
</style>