Shades of Vista Blue #81F6AE
Tints of Vista Blue #81F6AE
RGB
CMYK
RGB Variations
Color information
#81F6AE (or 0x81F6AE) is known color: Vista Blue. HEX triplet: 81, F6 and AE. RGB value is (129,246,174). Sum of RGB (Red+Green+Blue) = 129+246+174=549 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.50% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #81F6AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F6AE is #7E0951. Grayscale: #CACACA. Windows color (decimal): -8259922 or 11466369. OLE color: 11466369.
HSL color Cylindrical-coordinate representation of color #81F6AE: hue angle of 143.08º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F6AE is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 246 | 174 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.04 |
| HSL | 143.08º | 0.87% | 0.74% | - |
| HSV(B) | 143.08º | 0.48% | 0.96% | - |
| XYZ | 49.65 | 73.63 | 51.64 | - |
| YUV | 202.81 | 111.74 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 246 | 174 | 0.48 | 0 | 0.29 | 0.04 | 143.08 | 0.87 | 0.74 |
| Hex | 81 | F6 | AE | 30 | 0 | 1D | 4 | 8F | 57 | 4A |
| Octal | 201 | 366 | 256 | 60 | 0 | 35 | 4 | 217 | 127 | 112 |
| Binary | 10000001 | 11110110 | 10101110 | 110000 | 0 | 11101 | 100 | 10001111 | 1010111 | 1001010 |
Color Harmonies of #81F6AE
Complementary color
Monochromatic Colors of #81F6AE
Black with #81F6AE
Text Example
Text Example
White with #81F6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F6AE; }
p { color: rgb(129,246,174); }
H1.HeaderClassName
{
color: #81F6AE;
}
.AnyTagClassName
{
color: #81F6AE;
}
</style>
background-color css
<style>
a { background-color: #81F6AE; }
a { background-color: rgb(129,246,174); }
div.DivClassName
{
background-color: #81F6AE;
}
.BgClassName
{
background-color: #81F6AE;
}
</style>
border-color css
<style>
span { border-color: #81F6AE; }
span { border-color: rgb(129,246,174); }
td.TdClassName
{
border-color: #81F6AE;
}
.TagClassName
{
border-color: #81F6AE;
}
</style>