Shades of Vista Blue #83F2AA
Tints of Vista Blue #83F2AA
RGB
CMYK
RGB Variations
Color information
#83F2AA (or 0x83F2AA) is known color: Vista Blue. HEX triplet: 83, F2 and AA. RGB value is (131,242,170). Sum of RGB (Red+Green+Blue) = 131+242+170=543 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.13% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #83F2AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F2AA is #7C0D55. Grayscale: #C8C8C8. Windows color (decimal): -8129878 or 11203203. OLE color: 11203203.
HSL color Cylindrical-coordinate representation of color #83F2AA: hue angle of 141.08º 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 #83F2AA is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 242 | 170 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.05 |
| HSL | 141.08º | 0.81% | 0.73% | - |
| HSV(B) | 141.08º | 0.46% | 0.95% | - |
| XYZ | 48.37 | 71.23 | 49.23 | - |
| YUV | 200.6 | 110.73 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 242 | 170 | 0.46 | 0 | 0.30 | 0.05 | 141.08 | 0.81 | 0.73 |
| Hex | 83 | F2 | AA | 2E | 0 | 1E | 5 | 8D | 51 | 49 |
| Octal | 203 | 362 | 252 | 56 | 0 | 36 | 5 | 215 | 121 | 111 |
| Binary | 10000011 | 11110010 | 10101010 | 101110 | 0 | 11110 | 101 | 10001101 | 1010001 | 1001001 |
Color Harmonies of #83F2AA
Complementary color
Monochromatic Colors of #83F2AA
Black with #83F2AA
Text Example
Text Example
White with #83F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F2AA; }
p { color: rgb(131,242,170); }
H1.HeaderClassName
{
color: #83F2AA;
}
.AnyTagClassName
{
color: #83F2AA;
}
</style>
background-color css
<style>
a { background-color: #83F2AA; }
a { background-color: rgb(131,242,170); }
div.DivClassName
{
background-color: #83F2AA;
}
.BgClassName
{
background-color: #83F2AA;
}
</style>
border-color css
<style>
span { border-color: #83F2AA; }
span { border-color: rgb(131,242,170); }
td.TdClassName
{
border-color: #83F2AA;
}
.TagClassName
{
border-color: #83F2AA;
}
</style>