Shades of Vista Blue #82DFA0
Tints of Vista Blue #82DFA0
RGB
CMYK
RGB Variations
Color information
#82DFA0 (or 0x82DFA0) is known color: Vista Blue. HEX triplet: 82, DF and A0. RGB value is (130,223,160). Sum of RGB (Red+Green+Blue) = 130+223+160=513 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.34% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DFA0 is #7D205F. Grayscale: #BCBCBC. Windows color (decimal): -8200288 or 10542978. OLE color: 10542978.
HSL color Cylindrical-coordinate representation of color #82DFA0: hue angle of 139.35º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DFA0 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 160 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.13 |
| HSL | 139.35º | 0.59% | 0.69% | - |
| HSV(B) | 139.35º | 0.42% | 0.87% | - |
| XYZ | 41.94 | 60.06 | 42.64 | - |
| YUV | 188.01 | 112.19 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 160 | 0.42 | 0 | 0.28 | 0.13 | 139.35 | 0.59 | 0.69 |
| Hex | 82 | DF | A0 | 2A | 0 | 1C | D | 8B | 3B | 45 |
| Octal | 202 | 337 | 240 | 52 | 0 | 34 | 15 | 213 | 73 | 105 |
| Binary | 10000010 | 11011111 | 10100000 | 101010 | 0 | 11100 | 1101 | 10001011 | 111011 | 1000101 |
Color Harmonies of #82DFA0
Complementary color
Monochromatic Colors of #82DFA0
Black with #82DFA0
Text Example
Text Example
White with #82DFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DFA0; }
p { color: rgb(130,223,160); }
H1.HeaderClassName
{
color: #82DFA0;
}
.AnyTagClassName
{
color: #82DFA0;
}
</style>
background-color css
<style>
a { background-color: #82DFA0; }
a { background-color: rgb(130,223,160); }
div.DivClassName
{
background-color: #82DFA0;
}
.BgClassName
{
background-color: #82DFA0;
}
</style>
border-color css
<style>
span { border-color: #82DFA0; }
span { border-color: rgb(130,223,160); }
td.TdClassName
{
border-color: #82DFA0;
}
.TagClassName
{
border-color: #82DFA0;
}
</style>