Shades of Vista Blue #83F3B1
Tints of Vista Blue #83F3B1
RGB
CMYK
RGB Variations
Color information
#83F3B1 (or 0x83F3B1) is known color: Vista Blue. HEX triplet: 83, F3 and B1. RGB value is (131,243,177). Sum of RGB (Red+Green+Blue) = 131+243+177=551 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.77% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #83F3B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F3B1 is #7C0C4E. Grayscale: #CACACA. Windows color (decimal): -8129615 or 11662211. OLE color: 11662211.
HSL color Cylindrical-coordinate representation of color #83F3B1: hue angle of 144.64º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F3B1 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 243 | 177 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.05 |
| HSL | 144.64º | 0.82% | 0.73% | - |
| HSV(B) | 144.64º | 0.46% | 0.95% | - |
| XYZ | 49.35 | 72.1 | 52.91 | - |
| YUV | 201.99 | 113.89 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 243 | 177 | 0.46 | 0 | 0.27 | 0.05 | 144.64 | 0.82 | 0.73 |
| Hex | 83 | F3 | B1 | 2E | 0 | 1B | 5 | 91 | 52 | 49 |
| Octal | 203 | 363 | 261 | 56 | 0 | 33 | 5 | 221 | 122 | 111 |
| Binary | 10000011 | 11110011 | 10110001 | 101110 | 0 | 11011 | 101 | 10010001 | 1010010 | 1001001 |
Color Harmonies of #83F3B1
Complementary color
Monochromatic Colors of #83F3B1
Black with #83F3B1
Text Example
Text Example
White with #83F3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F3B1; }
p { color: rgb(131,243,177); }
H1.HeaderClassName
{
color: #83F3B1;
}
.AnyTagClassName
{
color: #83F3B1;
}
</style>
background-color css
<style>
a { background-color: #83F3B1; }
a { background-color: rgb(131,243,177); }
div.DivClassName
{
background-color: #83F3B1;
}
.BgClassName
{
background-color: #83F3B1;
}
</style>
border-color css
<style>
span { border-color: #83F3B1; }
span { border-color: rgb(131,243,177); }
td.TdClassName
{
border-color: #83F3B1;
}
.TagClassName
{
border-color: #83F3B1;
}
</style>