Shades of Vista Blue #83F0AB
Tints of Vista Blue #83F0AB
RGB
CMYK
RGB Variations
Color information
#83F0AB (or 0x83F0AB) is known color: Vista Blue. HEX triplet: 83, F0 and AB. RGB value is (131,240,171). Sum of RGB (Red+Green+Blue) = 131+240+171=542 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.17% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #83F0AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F0AB is #7C0F54. Grayscale: #C7C7C7. Windows color (decimal): -8130389 or 11268227. OLE color: 11268227.
HSL color Cylindrical-coordinate representation of color #83F0AB: hue angle of 142.02º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83F0AB is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 240 | 171 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.06 |
| HSL | 142.02º | 0.78% | 0.73% | - |
| HSV(B) | 142.02º | 0.45% | 0.94% | - |
| XYZ | 47.87 | 70.09 | 49.53 | - |
| YUV | 199.54 | 111.89 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 240 | 171 | 0.45 | 0 | 0.29 | 0.06 | 142.02 | 0.78 | 0.73 |
| Hex | 83 | F0 | AB | 2D | 0 | 1D | 6 | 8E | 4E | 49 |
| Octal | 203 | 360 | 253 | 55 | 0 | 35 | 6 | 216 | 116 | 111 |
| Binary | 10000011 | 11110000 | 10101011 | 101101 | 0 | 11101 | 110 | 10001110 | 1001110 | 1001001 |
Color Harmonies of #83F0AB
Complementary color
Monochromatic Colors of #83F0AB
Black with #83F0AB
Text Example
Text Example
White with #83F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F0AB; }
p { color: rgb(131,240,171); }
H1.HeaderClassName
{
color: #83F0AB;
}
.AnyTagClassName
{
color: #83F0AB;
}
</style>
background-color css
<style>
a { background-color: #83F0AB; }
a { background-color: rgb(131,240,171); }
div.DivClassName
{
background-color: #83F0AB;
}
.BgClassName
{
background-color: #83F0AB;
}
</style>
border-color css
<style>
span { border-color: #83F0AB; }
span { border-color: rgb(131,240,171); }
td.TdClassName
{
border-color: #83F0AB;
}
.TagClassName
{
border-color: #83F0AB;
}
</style>