Shades of Vista Blue #82D0A8
Tints of Vista Blue #82D0A8
RGB
CMYK
RGB Variations
Color information
#82D0A8 (or 0x82D0A8) is known color: Vista Blue. HEX triplet: 82, D0 and A8. RGB value is (130,208,168). Sum of RGB (Red+Green+Blue) = 130+208+168=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #82D0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D0A8 is #7D2F57. Grayscale: #B4B4B4. Windows color (decimal): -8204120 or 11063426. OLE color: 11063426.
HSL color Cylindrical-coordinate representation of color #82D0A8: hue angle of 149.23º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D0A8 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 208 | 168 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.18 |
| HSL | 149.23º | 0.45% | 0.66% | - |
| HSV(B) | 149.23º | 0.38% | 0.82% | - |
| XYZ | 38.83 | 52.68 | 45.17 | - |
| YUV | 180.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 208 | 168 | 0.38 | 0 | 0.19 | 0.18 | 149.23 | 0.45 | 0.66 |
| Hex | 82 | D0 | A8 | 26 | 0 | 13 | 12 | 95 | 2D | 42 |
| Octal | 202 | 320 | 250 | 46 | 0 | 23 | 22 | 225 | 55 | 102 |
| Binary | 10000010 | 11010000 | 10101000 | 100110 | 0 | 10011 | 10010 | 10010101 | 101101 | 1000010 |
Color Harmonies of #82D0A8
Complementary color
Monochromatic Colors of #82D0A8
Black with #82D0A8
Text Example
Text Example
White with #82D0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D0A8; }
p { color: rgb(130,208,168); }
H1.HeaderClassName
{
color: #82D0A8;
}
.AnyTagClassName
{
color: #82D0A8;
}
</style>
background-color css
<style>
a { background-color: #82D0A8; }
a { background-color: rgb(130,208,168); }
div.DivClassName
{
background-color: #82D0A8;
}
.BgClassName
{
background-color: #82D0A8;
}
</style>
border-color css
<style>
span { border-color: #82D0A8; }
span { border-color: rgb(130,208,168); }
td.TdClassName
{
border-color: #82D0A8;
}
.TagClassName
{
border-color: #82D0A8;
}
</style>