Shades of Vista Blue #81F9AF
Tints of Vista Blue #81F9AF
RGB
CMYK
RGB Variations
Color information
#81F9AF (or 0x81F9AF) is known color: Vista Blue. HEX triplet: 81, F9 and AF. RGB value is (129,249,175). Sum of RGB (Red+Green+Blue) = 129+249+175=553 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.33% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #81F9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F9AF is #7E0650. Grayscale: #CCCCCC. Windows color (decimal): -8259153 or 11532673. OLE color: 11532673.
HSL color Cylindrical-coordinate representation of color #81F9AF: hue angle of 143º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F9AF is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 249 | 175 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.02 |
| HSL | 143º | 0.91% | 0.74% | - |
| HSV(B) | 143º | 0.48% | 0.98% | - |
| XYZ | 50.67 | 75.51 | 52.46 | - |
| YUV | 204.68 | 111.24 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 249 | 175 | 0.48 | 0 | 0.30 | 0.02 | 143 | 0.91 | 0.74 |
| Hex | 81 | F9 | AF | 30 | 0 | 1E | 2 | 8F | 5B | 4A |
| Octal | 201 | 371 | 257 | 60 | 0 | 36 | 2 | 217 | 133 | 112 |
| Binary | 10000001 | 11111001 | 10101111 | 110000 | 0 | 11110 | 10 | 10001111 | 1011011 | 1001010 |
Color Harmonies of #81F9AF
Complementary color
Monochromatic Colors of #81F9AF
Black with #81F9AF
Text Example
Text Example
White with #81F9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F9AF; }
p { color: rgb(129,249,175); }
H1.HeaderClassName
{
color: #81F9AF;
}
.AnyTagClassName
{
color: #81F9AF;
}
</style>
background-color css
<style>
a { background-color: #81F9AF; }
a { background-color: rgb(129,249,175); }
div.DivClassName
{
background-color: #81F9AF;
}
.BgClassName
{
background-color: #81F9AF;
}
</style>
border-color css
<style>
span { border-color: #81F9AF; }
span { border-color: rgb(129,249,175); }
td.TdClassName
{
border-color: #81F9AF;
}
.TagClassName
{
border-color: #81F9AF;
}
</style>