Shades of Vista Blue #83D0A0
Tints of Vista Blue #83D0A0
RGB
CMYK
RGB Variations
Color information
#83D0A0 (or 0x83D0A0) is known color: Vista Blue. HEX triplet: 83, D0 and A0. RGB value is (131,208,160). Sum of RGB (Red+Green+Blue) = 131+208+160=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #83D0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D0A0 is #7C2F5F. Grayscale: #B3B3B3. Windows color (decimal): -8138592 or 10539139. OLE color: 10539139.
HSL color Cylindrical-coordinate representation of color #83D0A0: hue angle of 142.6º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83D0A0 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 160 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.18 |
| HSL | 142.6º | 0.45% | 0.66% | - |
| HSV(B) | 142.6º | 0.37% | 0.82% | - |
| XYZ | 38.26 | 52.48 | 41.37 | - |
| YUV | 179.51 | 116.99 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 160 | 0.37 | 0 | 0.23 | 0.18 | 142.6 | 0.45 | 0.66 |
| Hex | 83 | D0 | A0 | 25 | 0 | 17 | 12 | 8F | 2D | 42 |
| Octal | 203 | 320 | 240 | 45 | 0 | 27 | 22 | 217 | 55 | 102 |
| Binary | 10000011 | 11010000 | 10100000 | 100101 | 0 | 10111 | 10010 | 10001111 | 101101 | 1000010 |
Color Harmonies of #83D0A0
Complementary color
Monochromatic Colors of #83D0A0
Black with #83D0A0
Text Example
Text Example
White with #83D0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D0A0; }
p { color: rgb(131,208,160); }
H1.HeaderClassName
{
color: #83D0A0;
}
.AnyTagClassName
{
color: #83D0A0;
}
</style>
background-color css
<style>
a { background-color: #83D0A0; }
a { background-color: rgb(131,208,160); }
div.DivClassName
{
background-color: #83D0A0;
}
.BgClassName
{
background-color: #83D0A0;
}
</style>
border-color css
<style>
span { border-color: #83D0A0; }
span { border-color: rgb(131,208,160); }
td.TdClassName
{
border-color: #83D0A0;
}
.TagClassName
{
border-color: #83D0A0;
}
</style>