Shades of Vista Blue #83DDAD
Tints of Vista Blue #83DDAD
RGB
CMYK
RGB Variations
Color information
#83DDAD (or 0x83DDAD) is known color: Vista Blue. HEX triplet: 83, DD and AD. RGB value is (131,221,173). Sum of RGB (Red+Green+Blue) = 131+221+173=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DDAD is #7C2252. Grayscale: #BCBCBC. Windows color (decimal): -8135251 or 11394435. OLE color: 11394435.
HSL color Cylindrical-coordinate representation of color #83DDAD: hue angle of 148º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DDAD is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 173 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.13 |
| HSL | 148º | 0.57% | 0.69% | - |
| HSV(B) | 148º | 0.41% | 0.87% | - |
| XYZ | 42.76 | 59.56 | 48.78 | - |
| YUV | 188.62 | 119.18 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 173 | 0.41 | 0 | 0.22 | 0.13 | 148 | 0.57 | 0.69 |
| Hex | 83 | DD | AD | 29 | 0 | 16 | D | 94 | 39 | 45 |
| Octal | 203 | 335 | 255 | 51 | 0 | 26 | 15 | 224 | 71 | 105 |
| Binary | 10000011 | 11011101 | 10101101 | 101001 | 0 | 10110 | 1101 | 10010100 | 111001 | 1000101 |
Color Harmonies of #83DDAD
Complementary color
Monochromatic Colors of #83DDAD
Black with #83DDAD
Text Example
Text Example
White with #83DDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DDAD; }
p { color: rgb(131,221,173); }
H1.HeaderClassName
{
color: #83DDAD;
}
.AnyTagClassName
{
color: #83DDAD;
}
</style>
background-color css
<style>
a { background-color: #83DDAD; }
a { background-color: rgb(131,221,173); }
div.DivClassName
{
background-color: #83DDAD;
}
.BgClassName
{
background-color: #83DDAD;
}
</style>
border-color css
<style>
span { border-color: #83DDAD; }
span { border-color: rgb(131,221,173); }
td.TdClassName
{
border-color: #83DDAD;
}
.TagClassName
{
border-color: #83DDAD;
}
</style>