Shades of Vista Blue #82CBA8
Tints of Vista Blue #82CBA8
RGB
CMYK
RGB Variations
Color information
#82CBA8 (or 0x82CBA8) is known color: Vista Blue. HEX triplet: 82, CB and A8. RGB value is (130,203,168). Sum of RGB (Red+Green+Blue) = 130+203+168=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #82CBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CBA8 is #7D3457. Grayscale: #B1B1B1. Windows color (decimal): -8205400 or 11062146. OLE color: 11062146.
HSL color Cylindrical-coordinate representation of color #82CBA8: hue angle of 151.23º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CBA8 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 203 | 168 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.20 |
| HSL | 151.23º | 0.41% | 0.65% | - |
| HSV(B) | 151.23º | 0.36% | 0.8% | - |
| XYZ | 37.63 | 50.28 | 44.77 | - |
| YUV | 177.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 203 | 168 | 0.36 | 0 | 0.17 | 0.20 | 151.23 | 0.41 | 0.65 |
| Hex | 82 | CB | A8 | 24 | 0 | 11 | 14 | 97 | 29 | 41 |
| Octal | 202 | 313 | 250 | 44 | 0 | 21 | 24 | 227 | 51 | 101 |
| Binary | 10000010 | 11001011 | 10101000 | 100100 | 0 | 10001 | 10100 | 10010111 | 101001 | 1000001 |
Color Harmonies of #82CBA8
Complementary color
Monochromatic Colors of #82CBA8
Black with #82CBA8
Text Example
Text Example
White with #82CBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CBA8; }
p { color: rgb(130,203,168); }
H1.HeaderClassName
{
color: #82CBA8;
}
.AnyTagClassName
{
color: #82CBA8;
}
</style>
background-color css
<style>
a { background-color: #82CBA8; }
a { background-color: rgb(130,203,168); }
div.DivClassName
{
background-color: #82CBA8;
}
.BgClassName
{
background-color: #82CBA8;
}
</style>
border-color css
<style>
span { border-color: #82CBA8; }
span { border-color: rgb(130,203,168); }
td.TdClassName
{
border-color: #82CBA8;
}
.TagClassName
{
border-color: #82CBA8;
}
</style>