Shades of Vista Blue #83E9A7
Tints of Vista Blue #83E9A7
RGB
CMYK
RGB Variations
Color information
#83E9A7 (or 0x83E9A7) is known color: Vista Blue. HEX triplet: 83, E9 and A7. RGB value is (131,233,167). Sum of RGB (Red+Green+Blue) = 131+233+167=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 167 (65.62% from 255 or 31.45% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #83E9A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83E9A7 is #7C1658. Grayscale: #C3C3C3. Windows color (decimal): -8132185 or 11004291. OLE color: 11004291.
HSL color Cylindrical-coordinate representation of color #83E9A7: hue angle of 141.18º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83E9A7 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 131 | 233 | 167 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.09 |
| HSL | 141.18º | 0.7% | 0.71% | - |
| HSV(B) | 141.18º | 0.44% | 0.91% | - |
| XYZ | 45.47 | 65.89 | 46.88 | - |
| YUV | 194.98 | 112.21 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 233 | 167 | 0.44 | 0 | 0.28 | 0.09 | 141.18 | 0.7 | 0.71 |
| Hex | 83 | E9 | A7 | 2C | 0 | 1C | 9 | 8D | 46 | 47 |
| Octal | 203 | 351 | 247 | 54 | 0 | 34 | 11 | 215 | 106 | 107 |
| Binary | 10000011 | 11101001 | 10100111 | 101100 | 0 | 11100 | 1001 | 10001101 | 1000110 | 1000111 |
Color Harmonies of #83E9A7
Complementary color
Monochromatic Colors of #83E9A7
Black with #83E9A7
Text Example
Text Example
White with #83E9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E9A7; }
p { color: rgb(131,233,167); }
H1.HeaderClassName
{
color: #83E9A7;
}
.AnyTagClassName
{
color: #83E9A7;
}
</style>
background-color css
<style>
a { background-color: #83E9A7; }
a { background-color: rgb(131,233,167); }
div.DivClassName
{
background-color: #83E9A7;
}
.BgClassName
{
background-color: #83E9A7;
}
</style>
border-color css
<style>
span { border-color: #83E9A7; }
span { border-color: rgb(131,233,167); }
td.TdClassName
{
border-color: #83E9A7;
}
.TagClassName
{
border-color: #83E9A7;
}
</style>