Shades of Vista Blue #81F0A9
Tints of Vista Blue #81F0A9
RGB
CMYK
RGB Variations
Color information
#81F0A9 (or 0x81F0A9) is known color: Vista Blue. HEX triplet: 81, F0 and A9. RGB value is (129,240,169). Sum of RGB (Red+Green+Blue) = 129+240+169=538 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.98% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #81F0A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F0A9 is #7E0F56. Grayscale: #C6C6C6. Windows color (decimal): -8261463 or 11137153. OLE color: 11137153.
HSL color Cylindrical-coordinate representation of color #81F0A9: hue angle of 141.62º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81F0A9 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 240 | 169 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.06 |
| HSL | 141.62º | 0.79% | 0.72% | - |
| HSV(B) | 141.62º | 0.46% | 0.94% | - |
| XYZ | 47.37 | 69.85 | 48.52 | - |
| YUV | 198.72 | 111.23 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 240 | 169 | 0.46 | 0 | 0.30 | 0.06 | 141.62 | 0.79 | 0.72 |
| Hex | 81 | F0 | A9 | 2E | 0 | 1E | 6 | 8E | 4F | 48 |
| Octal | 201 | 360 | 251 | 56 | 0 | 36 | 6 | 216 | 117 | 110 |
| Binary | 10000001 | 11110000 | 10101001 | 101110 | 0 | 11110 | 110 | 10001110 | 1001111 | 1001000 |
Color Harmonies of #81F0A9
Complementary color
Monochromatic Colors of #81F0A9
Black with #81F0A9
Text Example
Text Example
White with #81F0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F0A9; }
p { color: rgb(129,240,169); }
H1.HeaderClassName
{
color: #81F0A9;
}
.AnyTagClassName
{
color: #81F0A9;
}
</style>
background-color css
<style>
a { background-color: #81F0A9; }
a { background-color: rgb(129,240,169); }
div.DivClassName
{
background-color: #81F0A9;
}
.BgClassName
{
background-color: #81F0A9;
}
</style>
border-color css
<style>
span { border-color: #81F0A9; }
span { border-color: rgb(129,240,169); }
td.TdClassName
{
border-color: #81F0A9;
}
.TagClassName
{
border-color: #81F0A9;
}
</style>