Shades of Vista Blue #83DAA7
Tints of Vista Blue #83DAA7
RGB
CMYK
RGB Variations
Color information
#83DAA7 (or 0x83DAA7) is known color: Vista Blue. HEX triplet: 83, DA and A7. RGB value is (131,218,167). Sum of RGB (Red+Green+Blue) = 131+218+167=516 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.39% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #83DAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DAA7 is #7C2558. Grayscale: #BABABA. Windows color (decimal): -8136025 or 11000451. OLE color: 11000451.
HSL color Cylindrical-coordinate representation of color #83DAA7: hue angle of 144.83º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DAA7 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 218 | 167 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.15 |
| HSL | 144.83º | 0.54% | 0.68% | - |
| HSV(B) | 144.83º | 0.4% | 0.85% | - |
| XYZ | 41.41 | 57.76 | 45.53 | - |
| YUV | 186.17 | 117.18 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 218 | 167 | 0.40 | 0 | 0.23 | 0.15 | 144.83 | 0.54 | 0.68 |
| Hex | 83 | DA | A7 | 28 | 0 | 17 | F | 91 | 36 | 44 |
| Octal | 203 | 332 | 247 | 50 | 0 | 27 | 17 | 221 | 66 | 104 |
| Binary | 10000011 | 11011010 | 10100111 | 101000 | 0 | 10111 | 1111 | 10010001 | 110110 | 1000100 |
Color Harmonies of #83DAA7
Complementary color
Monochromatic Colors of #83DAA7
Black with #83DAA7
Text Example
Text Example
White with #83DAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DAA7; }
p { color: rgb(131,218,167); }
H1.HeaderClassName
{
color: #83DAA7;
}
.AnyTagClassName
{
color: #83DAA7;
}
</style>
background-color css
<style>
a { background-color: #83DAA7; }
a { background-color: rgb(131,218,167); }
div.DivClassName
{
background-color: #83DAA7;
}
.BgClassName
{
background-color: #83DAA7;
}
</style>
border-color css
<style>
span { border-color: #83DAA7; }
span { border-color: rgb(131,218,167); }
td.TdClassName
{
border-color: #83DAA7;
}
.TagClassName
{
border-color: #83DAA7;
}
</style>