Shades of Vista Blue #83EAB7
Tints of Vista Blue #83EAB7
RGB
CMYK
RGB Variations
Color information
#83EAB7 (or 0x83EAB7) is known color: Vista Blue. HEX triplet: 83, EA and B7. RGB value is (131,234,183). Sum of RGB (Red+Green+Blue) = 131+234+183=548 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.91% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #83EAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EAB7 is #7C1548. Grayscale: #C5C5C5. Windows color (decimal): -8131913 or 12053123. OLE color: 12053123.
HSL color Cylindrical-coordinate representation of color #83EAB7: hue angle of 150.29º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83EAB7 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 234 | 183 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.08 |
| HSL | 150.29º | 0.71% | 0.72% | - |
| HSV(B) | 150.29º | 0.44% | 0.92% | - |
| XYZ | 47.33 | 67.09 | 55.25 | - |
| YUV | 197.39 | 119.88 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 234 | 183 | 0.44 | 0 | 0.22 | 0.08 | 150.29 | 0.71 | 0.72 |
| Hex | 83 | EA | B7 | 2C | 0 | 16 | 8 | 96 | 47 | 48 |
| Octal | 203 | 352 | 267 | 54 | 0 | 26 | 10 | 226 | 107 | 110 |
| Binary | 10000011 | 11101010 | 10110111 | 101100 | 0 | 10110 | 1000 | 10010110 | 1000111 | 1001000 |
Color Harmonies of #83EAB7
Complementary color
Monochromatic Colors of #83EAB7
Black with #83EAB7
Text Example
Text Example
White with #83EAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EAB7; }
p { color: rgb(131,234,183); }
H1.HeaderClassName
{
color: #83EAB7;
}
.AnyTagClassName
{
color: #83EAB7;
}
</style>
background-color css
<style>
a { background-color: #83EAB7; }
a { background-color: rgb(131,234,183); }
div.DivClassName
{
background-color: #83EAB7;
}
.BgClassName
{
background-color: #83EAB7;
}
</style>
border-color css
<style>
span { border-color: #83EAB7; }
span { border-color: rgb(131,234,183); }
td.TdClassName
{
border-color: #83EAB7;
}
.TagClassName
{
border-color: #83EAB7;
}
</style>