Shades of Vista Blue #83D5B0
Tints of Vista Blue #83D5B0
RGB
CMYK
RGB Variations
Color information
#83D5B0 (or 0x83D5B0) is known color: Vista Blue. HEX triplet: 83, D5 and B0. RGB value is (131,213,176). Sum of RGB (Red+Green+Blue) = 131+213+176=520 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.19% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #83D5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D5B0 is #7C2A4F. Grayscale: #B8B8B8. Windows color (decimal): -8137296 or 11588995. OLE color: 11588995.
HSL color Cylindrical-coordinate representation of color #83D5B0: hue angle of 152.93º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83D5B0 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 213 | 176 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.16 |
| HSL | 152.93º | 0.49% | 0.67% | - |
| HSV(B) | 152.93º | 0.38% | 0.84% | - |
| XYZ | 40.99 | 55.55 | 49.64 | - |
| YUV | 184.26 | 123.33 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 213 | 176 | 0.38 | 0 | 0.17 | 0.16 | 152.93 | 0.49 | 0.67 |
| Hex | 83 | D5 | B0 | 26 | 0 | 11 | 10 | 99 | 31 | 43 |
| Octal | 203 | 325 | 260 | 46 | 0 | 21 | 20 | 231 | 61 | 103 |
| Binary | 10000011 | 11010101 | 10110000 | 100110 | 0 | 10001 | 10000 | 10011001 | 110001 | 1000011 |
Color Harmonies of #83D5B0
Complementary color
Monochromatic Colors of #83D5B0
Black with #83D5B0
Text Example
Text Example
White with #83D5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D5B0; }
p { color: rgb(131,213,176); }
H1.HeaderClassName
{
color: #83D5B0;
}
.AnyTagClassName
{
color: #83D5B0;
}
</style>
background-color css
<style>
a { background-color: #83D5B0; }
a { background-color: rgb(131,213,176); }
div.DivClassName
{
background-color: #83D5B0;
}
.BgClassName
{
background-color: #83D5B0;
}
</style>
border-color css
<style>
span { border-color: #83D5B0; }
span { border-color: rgb(131,213,176); }
td.TdClassName
{
border-color: #83D5B0;
}
.TagClassName
{
border-color: #83D5B0;
}
</style>