Shades of Vista Blue #81F0AB
Tints of Vista Blue #81F0AB
RGB
CMYK
RGB Variations
Color information
#81F0AB (or 0x81F0AB) is known color: Vista Blue. HEX triplet: 81, F0 and AB. RGB value is (129,240,171). Sum of RGB (Red+Green+Blue) = 129+240+171=540 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.89% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #81F0AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F0AB is #7E0F54. Grayscale: #C7C7C7. Windows color (decimal): -8261461 or 11268225. OLE color: 11268225.
HSL color Cylindrical-coordinate representation of color #81F0AB: hue angle of 142.7º 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 #81F0AB is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 240 | 171 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.06 |
| HSL | 142.7º | 0.79% | 0.72% | - |
| HSV(B) | 142.7º | 0.46% | 0.94% | - |
| XYZ | 47.56 | 69.93 | 49.52 | - |
| YUV | 198.95 | 112.23 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 240 | 171 | 0.46 | 0 | 0.29 | 0.06 | 142.7 | 0.79 | 0.72 |
| Hex | 81 | F0 | AB | 2E | 0 | 1D | 6 | 8F | 4F | 48 |
| Octal | 201 | 360 | 253 | 56 | 0 | 35 | 6 | 217 | 117 | 110 |
| Binary | 10000001 | 11110000 | 10101011 | 101110 | 0 | 11101 | 110 | 10001111 | 1001111 | 1001000 |
Color Harmonies of #81F0AB
Complementary color
Monochromatic Colors of #81F0AB
Black with #81F0AB
Text Example
Text Example
White with #81F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F0AB; }
p { color: rgb(129,240,171); }
H1.HeaderClassName
{
color: #81F0AB;
}
.AnyTagClassName
{
color: #81F0AB;
}
</style>
background-color css
<style>
a { background-color: #81F0AB; }
a { background-color: rgb(129,240,171); }
div.DivClassName
{
background-color: #81F0AB;
}
.BgClassName
{
background-color: #81F0AB;
}
</style>
border-color css
<style>
span { border-color: #81F0AB; }
span { border-color: rgb(129,240,171); }
td.TdClassName
{
border-color: #81F0AB;
}
.TagClassName
{
border-color: #81F0AB;
}
</style>