Shades of Vista Blue #81DD9F
Tints of Vista Blue #81DD9F
RGB
CMYK
RGB Variations
Color information
#81DD9F (or 0x81DD9F) is known color: Vista Blue. HEX triplet: 81, DD and 9F. RGB value is (129,221,159). Sum of RGB (Red+Green+Blue) = 129+221+159=509 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.34% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DD9F is #7E2260. Grayscale: #BABABA. Windows color (decimal): -8266337 or 10476929. OLE color: 10476929.
HSL color Cylindrical-coordinate representation of color #81DD9F: hue angle of 139.57º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DD9F is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 159 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.13 |
| HSL | 139.57º | 0.58% | 0.69% | - |
| HSV(B) | 139.57º | 0.42% | 0.87% | - |
| XYZ | 41.17 | 58.88 | 42 | - |
| YUV | 186.42 | 112.52 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 159 | 0.42 | 0 | 0.28 | 0.13 | 139.57 | 0.58 | 0.69 |
| Hex | 81 | DD | 9F | 2A | 0 | 1C | D | 8C | 3A | 45 |
| Octal | 201 | 335 | 237 | 52 | 0 | 34 | 15 | 214 | 72 | 105 |
| Binary | 10000001 | 11011101 | 10011111 | 101010 | 0 | 11100 | 1101 | 10001100 | 111010 | 1000101 |
Color Harmonies of #81DD9F
Complementary color
Monochromatic Colors of #81DD9F
Black with #81DD9F
Text Example
Text Example
White with #81DD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DD9F; }
p { color: rgb(129,221,159); }
H1.HeaderClassName
{
color: #81DD9F;
}
.AnyTagClassName
{
color: #81DD9F;
}
</style>
background-color css
<style>
a { background-color: #81DD9F; }
a { background-color: rgb(129,221,159); }
div.DivClassName
{
background-color: #81DD9F;
}
.BgClassName
{
background-color: #81DD9F;
}
</style>
border-color css
<style>
span { border-color: #81DD9F; }
span { border-color: rgb(129,221,159); }
td.TdClassName
{
border-color: #81DD9F;
}
.TagClassName
{
border-color: #81DD9F;
}
</style>