Shades of Vista Blue #83EDAD
Tints of Vista Blue #83EDAD
RGB
CMYK
RGB Variations
Color information
#83EDAD (or 0x83EDAD) is known color: Vista Blue. HEX triplet: 83, ED and AD. RGB value is (131,237,173). Sum of RGB (Red+Green+Blue) = 131+237+173=541 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.21% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #83EDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83EDAD is #7C1252. Grayscale: #C6C6C6. Windows color (decimal): -8131155 or 11398531. OLE color: 11398531.
HSL color Cylindrical-coordinate representation of color #83EDAD: hue angle of 143.77º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EDAD is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 237 | 173 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.07 |
| HSL | 143.77º | 0.75% | 0.72% | - |
| HSV(B) | 143.77º | 0.45% | 0.93% | - |
| XYZ | 47.19 | 68.41 | 50.25 | - |
| YUV | 198.01 | 113.88 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 237 | 173 | 0.45 | 0 | 0.27 | 0.07 | 143.77 | 0.75 | 0.72 |
| Hex | 83 | ED | AD | 2D | 0 | 1B | 7 | 90 | 4B | 48 |
| Octal | 203 | 355 | 255 | 55 | 0 | 33 | 7 | 220 | 113 | 110 |
| Binary | 10000011 | 11101101 | 10101101 | 101101 | 0 | 11011 | 111 | 10010000 | 1001011 | 1001000 |
Color Harmonies of #83EDAD
Complementary color
Monochromatic Colors of #83EDAD
Black with #83EDAD
Text Example
Text Example
White with #83EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EDAD; }
p { color: rgb(131,237,173); }
H1.HeaderClassName
{
color: #83EDAD;
}
.AnyTagClassName
{
color: #83EDAD;
}
</style>
background-color css
<style>
a { background-color: #83EDAD; }
a { background-color: rgb(131,237,173); }
div.DivClassName
{
background-color: #83EDAD;
}
.BgClassName
{
background-color: #83EDAD;
}
</style>
border-color css
<style>
span { border-color: #83EDAD; }
span { border-color: rgb(131,237,173); }
td.TdClassName
{
border-color: #83EDAD;
}
.TagClassName
{
border-color: #83EDAD;
}
</style>