Shades of Vista Blue #83EAB5
Tints of Vista Blue #83EAB5
RGB
CMYK
RGB Variations
Color information
#83EAB5 (or 0x83EAB5) is known color: Vista Blue. HEX triplet: 83, EA and B5. RGB value is (131,234,181). Sum of RGB (Red+Green+Blue) = 131+234+181=546 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.99% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #83EAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EAB5 is #7C154A. Grayscale: #C5C5C5. Windows color (decimal): -8131915 or 11922051. OLE color: 11922051.
HSL color Cylindrical-coordinate representation of color #83EAB5: hue angle of 149.13º 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 #83EAB5 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 234 | 181 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.08 |
| HSL | 149.13º | 0.71% | 0.72% | - |
| HSV(B) | 149.13º | 0.44% | 0.92% | - |
| XYZ | 47.12 | 67.01 | 54.17 | - |
| YUV | 197.16 | 118.88 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 234 | 181 | 0.44 | 0 | 0.23 | 0.08 | 149.13 | 0.71 | 0.72 |
| Hex | 83 | EA | B5 | 2C | 0 | 17 | 8 | 95 | 47 | 48 |
| Octal | 203 | 352 | 265 | 54 | 0 | 27 | 10 | 225 | 107 | 110 |
| Binary | 10000011 | 11101010 | 10110101 | 101100 | 0 | 10111 | 1000 | 10010101 | 1000111 | 1001000 |
Color Harmonies of #83EAB5
Complementary color
Monochromatic Colors of #83EAB5
Black with #83EAB5
Text Example
Text Example
White with #83EAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EAB5; }
p { color: rgb(131,234,181); }
H1.HeaderClassName
{
color: #83EAB5;
}
.AnyTagClassName
{
color: #83EAB5;
}
</style>
background-color css
<style>
a { background-color: #83EAB5; }
a { background-color: rgb(131,234,181); }
div.DivClassName
{
background-color: #83EAB5;
}
.BgClassName
{
background-color: #83EAB5;
}
</style>
border-color css
<style>
span { border-color: #83EAB5; }
span { border-color: rgb(131,234,181); }
td.TdClassName
{
border-color: #83EAB5;
}
.TagClassName
{
border-color: #83EAB5;
}
</style>