Shades of Vista Blue #83F9B1
Tints of Vista Blue #83F9B1
RGB
CMYK
RGB Variations
Color information
#83F9B1 (or 0x83F9B1) is known color: Vista Blue. HEX triplet: 83, F9 and B1. RGB value is (131,249,177). Sum of RGB (Red+Green+Blue) = 131+249+177=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #83F9B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F9B1 is #7C064E. Grayscale: #CDCDCD. Windows color (decimal): -8128079 or 11663747. OLE color: 11663747.
HSL color Cylindrical-coordinate representation of color #83F9B1: hue angle of 143.39º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F9B1 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 249 | 177 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.02 |
| HSL | 143.39º | 0.91% | 0.75% | - |
| HSV(B) | 143.39º | 0.47% | 0.98% | - |
| XYZ | 51.17 | 75.75 | 53.52 | - |
| YUV | 205.51 | 111.91 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 249 | 177 | 0.47 | 0 | 0.29 | 0.02 | 143.39 | 0.91 | 0.75 |
| Hex | 83 | F9 | B1 | 2F | 0 | 1D | 2 | 8F | 5B | 4B |
| Octal | 203 | 371 | 261 | 57 | 0 | 35 | 2 | 217 | 133 | 113 |
| Binary | 10000011 | 11111001 | 10110001 | 101111 | 0 | 11101 | 10 | 10001111 | 1011011 | 1001011 |
Color Harmonies of #83F9B1
Complementary color
Monochromatic Colors of #83F9B1
Black with #83F9B1
Text Example
Text Example
White with #83F9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F9B1; }
p { color: rgb(131,249,177); }
H1.HeaderClassName
{
color: #83F9B1;
}
.AnyTagClassName
{
color: #83F9B1;
}
</style>
background-color css
<style>
a { background-color: #83F9B1; }
a { background-color: rgb(131,249,177); }
div.DivClassName
{
background-color: #83F9B1;
}
.BgClassName
{
background-color: #83F9B1;
}
</style>
border-color css
<style>
span { border-color: #83F9B1; }
span { border-color: rgb(131,249,177); }
td.TdClassName
{
border-color: #83F9B1;
}
.TagClassName
{
border-color: #83F9B1;
}
</style>