Shades of Vista Blue #83EBA9
Tints of Vista Blue #83EBA9
RGB
CMYK
RGB Variations
Color information
#83EBA9 (or 0x83EBA9) is known color: Vista Blue. HEX triplet: 83, EB and A9. RGB value is (131,235,169). Sum of RGB (Red+Green+Blue) = 131+235+169=535 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.49% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 235 - color contains mainly: green. Hex color #83EBA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83EBA9 is #7C1456. Grayscale: #C4C4C4. Windows color (decimal): -8131671 or 11135875. OLE color: 11135875.
HSL color Cylindrical-coordinate representation of color #83EBA9: hue angle of 141.92º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83EBA9 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 235 | 169 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.08 |
| HSL | 141.92º | 0.72% | 0.72% | - |
| HSV(B) | 141.92º | 0.44% | 0.92% | - |
| XYZ | 46.23 | 67.11 | 48.05 | - |
| YUV | 196.38 | 112.54 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 235 | 169 | 0.44 | 0 | 0.28 | 0.08 | 141.92 | 0.72 | 0.72 |
| Hex | 83 | EB | A9 | 2C | 0 | 1C | 8 | 8E | 48 | 48 |
| Octal | 203 | 353 | 251 | 54 | 0 | 34 | 10 | 216 | 110 | 110 |
| Binary | 10000011 | 11101011 | 10101001 | 101100 | 0 | 11100 | 1000 | 10001110 | 1001000 | 1001000 |
Color Harmonies of #83EBA9
Complementary color
Monochromatic Colors of #83EBA9
Black with #83EBA9
Text Example
Text Example
White with #83EBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EBA9; }
p { color: rgb(131,235,169); }
H1.HeaderClassName
{
color: #83EBA9;
}
.AnyTagClassName
{
color: #83EBA9;
}
</style>
background-color css
<style>
a { background-color: #83EBA9; }
a { background-color: rgb(131,235,169); }
div.DivClassName
{
background-color: #83EBA9;
}
.BgClassName
{
background-color: #83EBA9;
}
</style>
border-color css
<style>
span { border-color: #83EBA9; }
span { border-color: rgb(131,235,169); }
td.TdClassName
{
border-color: #83EBA9;
}
.TagClassName
{
border-color: #83EBA9;
}
</style>