Shades of Vista Blue #83DCAA
Tints of Vista Blue #83DCAA
RGB
CMYK
RGB Variations
Color information
#83DCAA (or 0x83DCAA) is known color: Vista Blue. HEX triplet: 83, DC and AA. RGB value is (131,220,170). Sum of RGB (Red+Green+Blue) = 131+220+170=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DCAA is #7C2355. Grayscale: #BBBBBB. Windows color (decimal): -8135510 or 11197571. OLE color: 11197571.
HSL color Cylindrical-coordinate representation of color #83DCAA: hue angle of 146.29º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DCAA is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 220 | 170 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.14 |
| HSL | 146.29º | 0.56% | 0.69% | - |
| HSV(B) | 146.29º | 0.4% | 0.86% | - |
| XYZ | 42.21 | 58.91 | 47.18 | - |
| YUV | 187.69 | 118.01 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 170 | 0.40 | 0 | 0.23 | 0.14 | 146.29 | 0.56 | 0.69 |
| Hex | 83 | DC | AA | 28 | 0 | 17 | E | 92 | 38 | 45 |
| Octal | 203 | 334 | 252 | 50 | 0 | 27 | 16 | 222 | 70 | 105 |
| Binary | 10000011 | 11011100 | 10101010 | 101000 | 0 | 10111 | 1110 | 10010010 | 111000 | 1000101 |
Color Harmonies of #83DCAA
Complementary color
Monochromatic Colors of #83DCAA
Black with #83DCAA
Text Example
Text Example
White with #83DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DCAA; }
p { color: rgb(131,220,170); }
H1.HeaderClassName
{
color: #83DCAA;
}
.AnyTagClassName
{
color: #83DCAA;
}
</style>
background-color css
<style>
a { background-color: #83DCAA; }
a { background-color: rgb(131,220,170); }
div.DivClassName
{
background-color: #83DCAA;
}
.BgClassName
{
background-color: #83DCAA;
}
</style>
border-color css
<style>
span { border-color: #83DCAA; }
span { border-color: rgb(131,220,170); }
td.TdClassName
{
border-color: #83DCAA;
}
.TagClassName
{
border-color: #83DCAA;
}
</style>