Shades of Vista Blue #83F8AD
Tints of Vista Blue #83F8AD
RGB
CMYK
RGB Variations
Color information
#83F8AD (or 0x83F8AD) is known color: Vista Blue. HEX triplet: 83, F8 and AD. RGB value is (131,248,173). Sum of RGB (Red+Green+Blue) = 131+248+173=552 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.73% from 552); Green value is 248 (97.27% from 255 or 44.93% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 248 - color contains mainly: green. Hex color #83F8AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F8AD is #7C0752. Grayscale: #CCCCCC. Windows color (decimal): -8128339 or 11401347. OLE color: 11401347.
HSL color Cylindrical-coordinate representation of color #83F8AD: hue angle of 141.54º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F8AD is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 248 | 173 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.03 |
| HSL | 141.54º | 0.89% | 0.74% | - |
| HSV(B) | 141.54º | 0.47% | 0.97% | - |
| XYZ | 50.47 | 74.98 | 51.35 | - |
| YUV | 204.47 | 110.24 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 248 | 173 | 0.47 | 0 | 0.30 | 0.03 | 141.54 | 0.89 | 0.74 |
| Hex | 83 | F8 | AD | 2F | 0 | 1E | 3 | 8E | 59 | 4A |
| Octal | 203 | 370 | 255 | 57 | 0 | 36 | 3 | 216 | 131 | 112 |
| Binary | 10000011 | 11111000 | 10101101 | 101111 | 0 | 11110 | 11 | 10001110 | 1011001 | 1001010 |
Color Harmonies of #83F8AD
Complementary color
Monochromatic Colors of #83F8AD
Black with #83F8AD
Text Example
Text Example
White with #83F8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F8AD; }
p { color: rgb(131,248,173); }
H1.HeaderClassName
{
color: #83F8AD;
}
.AnyTagClassName
{
color: #83F8AD;
}
</style>
background-color css
<style>
a { background-color: #83F8AD; }
a { background-color: rgb(131,248,173); }
div.DivClassName
{
background-color: #83F8AD;
}
.BgClassName
{
background-color: #83F8AD;
}
</style>
border-color css
<style>
span { border-color: #83F8AD; }
span { border-color: rgb(131,248,173); }
td.TdClassName
{
border-color: #83F8AD;
}
.TagClassName
{
border-color: #83F8AD;
}
</style>