Shades of Vista Blue #83DDAF
Tints of Vista Blue #83DDAF
RGB
CMYK
RGB Variations
Color information
#83DDAF (or 0x83DDAF) is known color: Vista Blue. HEX triplet: 83, DD and AF. RGB value is (131,221,175). Sum of RGB (Red+Green+Blue) = 131+221+175=527 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.86% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DDAF is #7C2250. Grayscale: #BCBCBC. Windows color (decimal): -8135249 or 11525507. OLE color: 11525507.
HSL color Cylindrical-coordinate representation of color #83DDAF: hue angle of 149.33º 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 #83DDAF is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 175 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.13 |
| HSL | 149.33º | 0.57% | 0.69% | - |
| HSV(B) | 149.33º | 0.41% | 0.87% | - |
| XYZ | 42.95 | 59.63 | 49.8 | - |
| YUV | 188.85 | 120.18 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 175 | 0.41 | 0 | 0.21 | 0.13 | 149.33 | 0.57 | 0.69 |
| Hex | 83 | DD | AF | 29 | 0 | 15 | D | 95 | 39 | 45 |
| Octal | 203 | 335 | 257 | 51 | 0 | 25 | 15 | 225 | 71 | 105 |
| Binary | 10000011 | 11011101 | 10101111 | 101001 | 0 | 10101 | 1101 | 10010101 | 111001 | 1000101 |
Color Harmonies of #83DDAF
Complementary color
Monochromatic Colors of #83DDAF
Black with #83DDAF
Text Example
Text Example
White with #83DDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DDAF; }
p { color: rgb(131,221,175); }
H1.HeaderClassName
{
color: #83DDAF;
}
.AnyTagClassName
{
color: #83DDAF;
}
</style>
background-color css
<style>
a { background-color: #83DDAF; }
a { background-color: rgb(131,221,175); }
div.DivClassName
{
background-color: #83DDAF;
}
.BgClassName
{
background-color: #83DDAF;
}
</style>
border-color css
<style>
span { border-color: #83DDAF; }
span { border-color: rgb(131,221,175); }
td.TdClassName
{
border-color: #83DDAF;
}
.TagClassName
{
border-color: #83DDAF;
}
</style>