Shades of Vista Blue #83D8AC
Tints of Vista Blue #83D8AC
RGB
CMYK
RGB Variations
Color information
#83D8AC (or 0x83D8AC) is known color: Vista Blue. HEX triplet: 83, D8 and AC. RGB value is (131,216,172). Sum of RGB (Red+Green+Blue) = 131+216+172=519 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.24% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #83D8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D8AC is #7C2753. Grayscale: #B9B9B9. Windows color (decimal): -8136532 or 11327619. OLE color: 11327619.
HSL color Cylindrical-coordinate representation of color #83D8AC: hue angle of 148.94º 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 #83D8AC is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 172 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.15 |
| HSL | 148.94º | 0.52% | 0.68% | - |
| HSV(B) | 148.94º | 0.39% | 0.85% | - |
| XYZ | 41.36 | 56.92 | 47.84 | - |
| YUV | 185.57 | 120.34 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 172 | 0.39 | 0 | 0.20 | 0.15 | 148.94 | 0.52 | 0.68 |
| Hex | 83 | D8 | AC | 27 | 0 | 14 | F | 95 | 34 | 44 |
| Octal | 203 | 330 | 254 | 47 | 0 | 24 | 17 | 225 | 64 | 104 |
| Binary | 10000011 | 11011000 | 10101100 | 100111 | 0 | 10100 | 1111 | 10010101 | 110100 | 1000100 |
Color Harmonies of #83D8AC
Complementary color
Monochromatic Colors of #83D8AC
Black with #83D8AC
Text Example
Text Example
White with #83D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D8AC; }
p { color: rgb(131,216,172); }
H1.HeaderClassName
{
color: #83D8AC;
}
.AnyTagClassName
{
color: #83D8AC;
}
</style>
background-color css
<style>
a { background-color: #83D8AC; }
a { background-color: rgb(131,216,172); }
div.DivClassName
{
background-color: #83D8AC;
}
.BgClassName
{
background-color: #83D8AC;
}
</style>
border-color css
<style>
span { border-color: #83D8AC; }
span { border-color: rgb(131,216,172); }
td.TdClassName
{
border-color: #83D8AC;
}
.TagClassName
{
border-color: #83D8AC;
}
</style>