Shades of Vista Blue #83F0AA
Tints of Vista Blue #83F0AA
RGB
CMYK
RGB Variations
Color information
#83F0AA (or 0x83F0AA) is known color: Vista Blue. HEX triplet: 83, F0 and AA. RGB value is (131,240,170). Sum of RGB (Red+Green+Blue) = 131+240+170=541 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.21% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #83F0AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F0AA is #7C0F55. Grayscale: #C7C7C7. Windows color (decimal): -8130390 or 11202691. OLE color: 11202691.
HSL color Cylindrical-coordinate representation of color #83F0AA: hue angle of 141.47º 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 #83F0AA is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 240 | 170 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.06 |
| HSL | 141.47º | 0.78% | 0.73% | - |
| HSV(B) | 141.47º | 0.45% | 0.94% | - |
| XYZ | 47.78 | 70.05 | 49.03 | - |
| YUV | 199.43 | 111.39 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 240 | 170 | 0.45 | 0 | 0.29 | 0.06 | 141.47 | 0.78 | 0.73 |
| Hex | 83 | F0 | AA | 2D | 0 | 1D | 6 | 8D | 4E | 49 |
| Octal | 203 | 360 | 252 | 55 | 0 | 35 | 6 | 215 | 116 | 111 |
| Binary | 10000011 | 11110000 | 10101010 | 101101 | 0 | 11101 | 110 | 10001101 | 1001110 | 1001001 |
Color Harmonies of #83F0AA
Complementary color
Monochromatic Colors of #83F0AA
Black with #83F0AA
Text Example
Text Example
White with #83F0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F0AA; }
p { color: rgb(131,240,170); }
H1.HeaderClassName
{
color: #83F0AA;
}
.AnyTagClassName
{
color: #83F0AA;
}
</style>
background-color css
<style>
a { background-color: #83F0AA; }
a { background-color: rgb(131,240,170); }
div.DivClassName
{
background-color: #83F0AA;
}
.BgClassName
{
background-color: #83F0AA;
}
</style>
border-color css
<style>
span { border-color: #83F0AA; }
span { border-color: rgb(131,240,170); }
td.TdClassName
{
border-color: #83F0AA;
}
.TagClassName
{
border-color: #83F0AA;
}
</style>