Shades of Vista Blue #83F4AD
Tints of Vista Blue #83F4AD
RGB
CMYK
RGB Variations
Color information
#83F4AD (or 0x83F4AD) is known color: Vista Blue. HEX triplet: 83, F4 and AD. RGB value is (131,244,173). Sum of RGB (Red+Green+Blue) = 131+244+173=548 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.91% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #83F4AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F4AD is #7C0B52. Grayscale: #CACACA. Windows color (decimal): -8129363 or 11400323. OLE color: 11400323.
HSL color Cylindrical-coordinate representation of color #83F4AD: hue angle of 142.3º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F4AD is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 244 | 173 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.04 |
| HSL | 142.3º | 0.84% | 0.74% | - |
| HSV(B) | 142.3º | 0.46% | 0.96% | - |
| XYZ | 49.25 | 72.54 | 50.94 | - |
| YUV | 202.12 | 111.56 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 244 | 173 | 0.46 | 0 | 0.29 | 0.04 | 142.3 | 0.84 | 0.74 |
| Hex | 83 | F4 | AD | 2E | 0 | 1D | 4 | 8E | 54 | 4A |
| Octal | 203 | 364 | 255 | 56 | 0 | 35 | 4 | 216 | 124 | 112 |
| Binary | 10000011 | 11110100 | 10101101 | 101110 | 0 | 11101 | 100 | 10001110 | 1010100 | 1001010 |
Color Harmonies of #83F4AD
Complementary color
Monochromatic Colors of #83F4AD
Black with #83F4AD
Text Example
Text Example
White with #83F4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F4AD; }
p { color: rgb(131,244,173); }
H1.HeaderClassName
{
color: #83F4AD;
}
.AnyTagClassName
{
color: #83F4AD;
}
</style>
background-color css
<style>
a { background-color: #83F4AD; }
a { background-color: rgb(131,244,173); }
div.DivClassName
{
background-color: #83F4AD;
}
.BgClassName
{
background-color: #83F4AD;
}
</style>
border-color css
<style>
span { border-color: #83F4AD; }
span { border-color: rgb(131,244,173); }
td.TdClassName
{
border-color: #83F4AD;
}
.TagClassName
{
border-color: #83F4AD;
}
</style>