Shades of Vista Blue #81E7A6
Tints of Vista Blue #81E7A6
RGB
CMYK
RGB Variations
Color information
#81E7A6 (or 0x81E7A6) is known color: Vista Blue. HEX triplet: 81, E7 and A6. RGB value is (129,231,166). Sum of RGB (Red+Green+Blue) = 129+231+166=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 231 (90.62% from 255 or 43.92% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 231 - color contains mainly: green. Hex color #81E7A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81E7A6 is #7E1859. Grayscale: #C1C1C1. Windows color (decimal): -8263770 or 10938241. OLE color: 10938241.
HSL color Cylindrical-coordinate representation of color #81E7A6: hue angle of 141.76º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81E7A6 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 231 | 166 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.09 |
| HSL | 141.76º | 0.68% | 0.71% | - |
| HSV(B) | 141.76º | 0.44% | 0.91% | - |
| XYZ | 44.51 | 64.57 | 46.19 | - |
| YUV | 193.09 | 112.71 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 231 | 166 | 0.44 | 0 | 0.28 | 0.09 | 141.76 | 0.68 | 0.71 |
| Hex | 81 | E7 | A6 | 2C | 0 | 1C | 9 | 8E | 44 | 47 |
| Octal | 201 | 347 | 246 | 54 | 0 | 34 | 11 | 216 | 104 | 107 |
| Binary | 10000001 | 11100111 | 10100110 | 101100 | 0 | 11100 | 1001 | 10001110 | 1000100 | 1000111 |
Color Harmonies of #81E7A6
Complementary color
Monochromatic Colors of #81E7A6
Black with #81E7A6
Text Example
Text Example
White with #81E7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E7A6; }
p { color: rgb(129,231,166); }
H1.HeaderClassName
{
color: #81E7A6;
}
.AnyTagClassName
{
color: #81E7A6;
}
</style>
background-color css
<style>
a { background-color: #81E7A6; }
a { background-color: rgb(129,231,166); }
div.DivClassName
{
background-color: #81E7A6;
}
.BgClassName
{
background-color: #81E7A6;
}
</style>
border-color css
<style>
span { border-color: #81E7A6; }
span { border-color: rgb(129,231,166); }
td.TdClassName
{
border-color: #81E7A6;
}
.TagClassName
{
border-color: #81E7A6;
}
</style>