Shades of Vista Blue #83DAA5
Tints of Vista Blue #83DAA5
RGB
CMYK
RGB Variations
Color information
#83DAA5 (or 0x83DAA5) is known color: Vista Blue. HEX triplet: 83, DA and A5. RGB value is (131,218,165). Sum of RGB (Red+Green+Blue) = 131+218+165=514 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.49% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #83DAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DAA5 is #7C255A. Grayscale: #BABABA. Windows color (decimal): -8136027 or 10869379. OLE color: 10869379.
HSL color Cylindrical-coordinate representation of color #83DAA5: hue angle of 143.45º 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 #83DAA5 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 218 | 165 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.15 |
| HSL | 143.45º | 0.54% | 0.68% | - |
| HSV(B) | 143.45º | 0.4% | 0.85% | - |
| XYZ | 41.22 | 57.68 | 44.56 | - |
| YUV | 185.95 | 116.18 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 218 | 165 | 0.40 | 0 | 0.24 | 0.15 | 143.45 | 0.54 | 0.68 |
| Hex | 83 | DA | A5 | 28 | 0 | 18 | F | 8F | 36 | 44 |
| Octal | 203 | 332 | 245 | 50 | 0 | 30 | 17 | 217 | 66 | 104 |
| Binary | 10000011 | 11011010 | 10100101 | 101000 | 0 | 11000 | 1111 | 10001111 | 110110 | 1000100 |
Color Harmonies of #83DAA5
Complementary color
Monochromatic Colors of #83DAA5
Black with #83DAA5
Text Example
Text Example
White with #83DAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DAA5; }
p { color: rgb(131,218,165); }
H1.HeaderClassName
{
color: #83DAA5;
}
.AnyTagClassName
{
color: #83DAA5;
}
</style>
background-color css
<style>
a { background-color: #83DAA5; }
a { background-color: rgb(131,218,165); }
div.DivClassName
{
background-color: #83DAA5;
}
.BgClassName
{
background-color: #83DAA5;
}
</style>
border-color css
<style>
span { border-color: #83DAA5; }
span { border-color: rgb(131,218,165); }
td.TdClassName
{
border-color: #83DAA5;
}
.TagClassName
{
border-color: #83DAA5;
}
</style>