Shades of Vista Blue #81DDAB
Tints of Vista Blue #81DDAB
RGB
CMYK
RGB Variations
Color information
#81DDAB (or 0x81DDAB) is known color: Vista Blue. HEX triplet: 81, DD and AB. RGB value is (129,221,171). Sum of RGB (Red+Green+Blue) = 129+221+171=521 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.76% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #81DDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DDAB is #7E2254. Grayscale: #BBBBBB. Windows color (decimal): -8266325 or 11263361. OLE color: 11263361.
HSL color Cylindrical-coordinate representation of color #81DDAB: hue angle of 147.39º 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 #81DDAB is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 171 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.13 |
| HSL | 147.39º | 0.58% | 0.69% | - |
| HSV(B) | 147.39º | 0.42% | 0.87% | - |
| XYZ | 42.26 | 59.32 | 47.75 | - |
| YUV | 187.79 | 118.52 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 171 | 0.42 | 0 | 0.23 | 0.13 | 147.39 | 0.58 | 0.69 |
| Hex | 81 | DD | AB | 2A | 0 | 17 | D | 93 | 3A | 45 |
| Octal | 201 | 335 | 253 | 52 | 0 | 27 | 15 | 223 | 72 | 105 |
| Binary | 10000001 | 11011101 | 10101011 | 101010 | 0 | 10111 | 1101 | 10010011 | 111010 | 1000101 |
Color Harmonies of #81DDAB
Complementary color
Monochromatic Colors of #81DDAB
Black with #81DDAB
Text Example
Text Example
White with #81DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DDAB; }
p { color: rgb(129,221,171); }
H1.HeaderClassName
{
color: #81DDAB;
}
.AnyTagClassName
{
color: #81DDAB;
}
</style>
background-color css
<style>
a { background-color: #81DDAB; }
a { background-color: rgb(129,221,171); }
div.DivClassName
{
background-color: #81DDAB;
}
.BgClassName
{
background-color: #81DDAB;
}
</style>
border-color css
<style>
span { border-color: #81DDAB; }
span { border-color: rgb(129,221,171); }
td.TdClassName
{
border-color: #81DDAB;
}
.TagClassName
{
border-color: #81DDAB;
}
</style>