Shades of Vista Blue #83D6A8
Tints of Vista Blue #83D6A8
RGB
CMYK
RGB Variations
Color information
#83D6A8 (or 0x83D6A8) is known color: Vista Blue. HEX triplet: 83, D6 and A8. RGB value is (131,214,168). Sum of RGB (Red+Green+Blue) = 131+214+168=513 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.54% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #83D6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D6A8 is #7C2957. Grayscale: #B8B8B8. Windows color (decimal): -8137048 or 11064963. OLE color: 11064963.
HSL color Cylindrical-coordinate representation of color #83D6A8: hue angle of 146.75º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D6A8 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 214 | 168 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.16 |
| HSL | 146.75º | 0.5% | 0.68% | - |
| HSV(B) | 146.75º | 0.39% | 0.84% | - |
| XYZ | 40.47 | 55.75 | 45.67 | - |
| YUV | 183.94 | 119 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 214 | 168 | 0.39 | 0 | 0.21 | 0.16 | 146.75 | 0.5 | 0.68 |
| Hex | 83 | D6 | A8 | 27 | 0 | 15 | 10 | 93 | 32 | 44 |
| Octal | 203 | 326 | 250 | 47 | 0 | 25 | 20 | 223 | 62 | 104 |
| Binary | 10000011 | 11010110 | 10101000 | 100111 | 0 | 10101 | 10000 | 10010011 | 110010 | 1000100 |
Color Harmonies of #83D6A8
Complementary color
Monochromatic Colors of #83D6A8
Black with #83D6A8
Text Example
Text Example
White with #83D6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D6A8; }
p { color: rgb(131,214,168); }
H1.HeaderClassName
{
color: #83D6A8;
}
.AnyTagClassName
{
color: #83D6A8;
}
</style>
background-color css
<style>
a { background-color: #83D6A8; }
a { background-color: rgb(131,214,168); }
div.DivClassName
{
background-color: #83D6A8;
}
.BgClassName
{
background-color: #83D6A8;
}
</style>
border-color css
<style>
span { border-color: #83D6A8; }
span { border-color: rgb(131,214,168); }
td.TdClassName
{
border-color: #83D6A8;
}
.TagClassName
{
border-color: #83D6A8;
}
</style>