Shades of Vista Blue #83F2AB
Tints of Vista Blue #83F2AB
RGB
CMYK
RGB Variations
Color information
#83F2AB (or 0x83F2AB) is known color: Vista Blue. HEX triplet: 83, F2 and AB. RGB value is (131,242,171). Sum of RGB (Red+Green+Blue) = 131+242+171=544 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.08% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #83F2AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F2AB is #7C0D54. Grayscale: #C8C8C8. Windows color (decimal): -8129877 or 11268739. OLE color: 11268739.
HSL color Cylindrical-coordinate representation of color #83F2AB: hue angle of 141.62º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F2AB is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 242 | 171 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.05 |
| HSL | 141.62º | 0.81% | 0.73% | - |
| HSV(B) | 141.62º | 0.46% | 0.95% | - |
| XYZ | 48.46 | 71.27 | 49.73 | - |
| YUV | 200.72 | 111.23 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 242 | 171 | 0.46 | 0 | 0.29 | 0.05 | 141.62 | 0.81 | 0.73 |
| Hex | 83 | F2 | AB | 2E | 0 | 1D | 5 | 8E | 51 | 49 |
| Octal | 203 | 362 | 253 | 56 | 0 | 35 | 5 | 216 | 121 | 111 |
| Binary | 10000011 | 11110010 | 10101011 | 101110 | 0 | 11101 | 101 | 10001110 | 1010001 | 1001001 |
Color Harmonies of #83F2AB
Complementary color
Monochromatic Colors of #83F2AB
Black with #83F2AB
Text Example
Text Example
White with #83F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F2AB; }
p { color: rgb(131,242,171); }
H1.HeaderClassName
{
color: #83F2AB;
}
.AnyTagClassName
{
color: #83F2AB;
}
</style>
background-color css
<style>
a { background-color: #83F2AB; }
a { background-color: rgb(131,242,171); }
div.DivClassName
{
background-color: #83F2AB;
}
.BgClassName
{
background-color: #83F2AB;
}
</style>
border-color css
<style>
span { border-color: #83F2AB; }
span { border-color: rgb(131,242,171); }
td.TdClassName
{
border-color: #83F2AB;
}
.TagClassName
{
border-color: #83F2AB;
}
</style>