Shades of Vista Blue #83D8AB
Tints of Vista Blue #83D8AB
RGB
CMYK
RGB Variations
Color information
#83D8AB (or 0x83D8AB) is known color: Vista Blue. HEX triplet: 83, D8 and AB. RGB value is (131,216,171). Sum of RGB (Red+Green+Blue) = 131+216+171=518 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.29% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #83D8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D8AB is #7C2754. Grayscale: #B9B9B9. Windows color (decimal): -8136533 or 11262083. OLE color: 11262083.
HSL color Cylindrical-coordinate representation of color #83D8AB: hue angle of 148.24º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D8AB is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 171 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.15 |
| HSL | 148.24º | 0.52% | 0.68% | - |
| HSV(B) | 148.24º | 0.39% | 0.85% | - |
| XYZ | 41.27 | 56.88 | 47.33 | - |
| YUV | 185.46 | 119.84 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 171 | 0.39 | 0 | 0.21 | 0.15 | 148.24 | 0.52 | 0.68 |
| Hex | 83 | D8 | AB | 27 | 0 | 15 | F | 94 | 34 | 44 |
| Octal | 203 | 330 | 253 | 47 | 0 | 25 | 17 | 224 | 64 | 104 |
| Binary | 10000011 | 11011000 | 10101011 | 100111 | 0 | 10101 | 1111 | 10010100 | 110100 | 1000100 |
Color Harmonies of #83D8AB
Complementary color
Monochromatic Colors of #83D8AB
Black with #83D8AB
Text Example
Text Example
White with #83D8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D8AB; }
p { color: rgb(131,216,171); }
H1.HeaderClassName
{
color: #83D8AB;
}
.AnyTagClassName
{
color: #83D8AB;
}
</style>
background-color css
<style>
a { background-color: #83D8AB; }
a { background-color: rgb(131,216,171); }
div.DivClassName
{
background-color: #83D8AB;
}
.BgClassName
{
background-color: #83D8AB;
}
</style>
border-color css
<style>
span { border-color: #83D8AB; }
span { border-color: rgb(131,216,171); }
td.TdClassName
{
border-color: #83D8AB;
}
.TagClassName
{
border-color: #83D8AB;
}
</style>