Shades of Vista Blue #83D3AA
Tints of Vista Blue #83D3AA
RGB
CMYK
RGB Variations
Color information
#83D3AA (or 0x83D3AA) is known color: Vista Blue. HEX triplet: 83, D3 and AA. RGB value is (131,211,170). Sum of RGB (Red+Green+Blue) = 131+211+170=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #83D3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D3AA is #7C2C55. Grayscale: #B6B6B6. Windows color (decimal): -8137814 or 11195267. OLE color: 11195267.
HSL color Cylindrical-coordinate representation of color #83D3AA: hue angle of 149.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83D3AA is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 211 | 170 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.17 |
| HSL | 149.25º | 0.48% | 0.67% | - |
| HSV(B) | 149.25º | 0.38% | 0.83% | - |
| XYZ | 39.91 | 54.32 | 46.41 | - |
| YUV | 182.41 | 121 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 211 | 170 | 0.38 | 0 | 0.19 | 0.17 | 149.25 | 0.48 | 0.67 |
| Hex | 83 | D3 | AA | 26 | 0 | 13 | 11 | 95 | 30 | 43 |
| Octal | 203 | 323 | 252 | 46 | 0 | 23 | 21 | 225 | 60 | 103 |
| Binary | 10000011 | 11010011 | 10101010 | 100110 | 0 | 10011 | 10001 | 10010101 | 110000 | 1000011 |
Color Harmonies of #83D3AA
Complementary color
Monochromatic Colors of #83D3AA
Black with #83D3AA
Text Example
Text Example
White with #83D3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D3AA; }
p { color: rgb(131,211,170); }
H1.HeaderClassName
{
color: #83D3AA;
}
.AnyTagClassName
{
color: #83D3AA;
}
</style>
background-color css
<style>
a { background-color: #83D3AA; }
a { background-color: rgb(131,211,170); }
div.DivClassName
{
background-color: #83D3AA;
}
.BgClassName
{
background-color: #83D3AA;
}
</style>
border-color css
<style>
span { border-color: #83D3AA; }
span { border-color: rgb(131,211,170); }
td.TdClassName
{
border-color: #83D3AA;
}
.TagClassName
{
border-color: #83D3AA;
}
</style>