Shades of Vista Blue #83EBA8
Tints of Vista Blue #83EBA8
RGB
CMYK
RGB Variations
Color information
#83EBA8 (or 0x83EBA8) is known color: Vista Blue. HEX triplet: 83, EB and A8. RGB value is (131,235,168). Sum of RGB (Red+Green+Blue) = 131+235+168=534 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.53% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #83EBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83EBA8 is #7C1457. Grayscale: #C4C4C4. Windows color (decimal): -8131672 or 11070339. OLE color: 11070339.
HSL color Cylindrical-coordinate representation of color #83EBA8: hue angle of 141.35º degrees, saturation: 0.72, 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 #83EBA8 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 235 | 168 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.08 |
| HSL | 141.35º | 0.72% | 0.72% | - |
| HSV(B) | 141.35º | 0.44% | 0.92% | - |
| XYZ | 46.14 | 67.07 | 47.56 | - |
| YUV | 196.27 | 112.04 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 235 | 168 | 0.44 | 0 | 0.29 | 0.08 | 141.35 | 0.72 | 0.72 |
| Hex | 83 | EB | A8 | 2C | 0 | 1D | 8 | 8D | 48 | 48 |
| Octal | 203 | 353 | 250 | 54 | 0 | 35 | 10 | 215 | 110 | 110 |
| Binary | 10000011 | 11101011 | 10101000 | 101100 | 0 | 11101 | 1000 | 10001101 | 1001000 | 1001000 |
Color Harmonies of #83EBA8
Complementary color
Monochromatic Colors of #83EBA8
Black with #83EBA8
Text Example
Text Example
White with #83EBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EBA8; }
p { color: rgb(131,235,168); }
H1.HeaderClassName
{
color: #83EBA8;
}
.AnyTagClassName
{
color: #83EBA8;
}
</style>
background-color css
<style>
a { background-color: #83EBA8; }
a { background-color: rgb(131,235,168); }
div.DivClassName
{
background-color: #83EBA8;
}
.BgClassName
{
background-color: #83EBA8;
}
</style>
border-color css
<style>
span { border-color: #83EBA8; }
span { border-color: rgb(131,235,168); }
td.TdClassName
{
border-color: #83EBA8;
}
.TagClassName
{
border-color: #83EBA8;
}
</style>