Shades of Vista Blue #81E9AE
Tints of Vista Blue #81E9AE
RGB
CMYK
RGB Variations
Color information
#81E9AE (or 0x81E9AE) is known color: Vista Blue. HEX triplet: 81, E9 and AE. RGB value is (129,233,174). Sum of RGB (Red+Green+Blue) = 129+233+174=536 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.07% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #81E9AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81E9AE is #7E1651. Grayscale: #C3C3C3. Windows color (decimal): -8263250 or 11463041. OLE color: 11463041.
HSL color Cylindrical-coordinate representation of color #81E9AE: hue angle of 145.96º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81E9AE is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 233 | 174 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.09 |
| HSL | 145.96º | 0.7% | 0.71% | - |
| HSV(B) | 145.96º | 0.45% | 0.91% | - |
| XYZ | 45.83 | 66 | 50.37 | - |
| YUV | 195.18 | 116.04 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 233 | 174 | 0.45 | 0 | 0.25 | 0.09 | 145.96 | 0.7 | 0.71 |
| Hex | 81 | E9 | AE | 2D | 0 | 19 | 9 | 92 | 46 | 47 |
| Octal | 201 | 351 | 256 | 55 | 0 | 31 | 11 | 222 | 106 | 107 |
| Binary | 10000001 | 11101001 | 10101110 | 101101 | 0 | 11001 | 1001 | 10010010 | 1000110 | 1000111 |
Color Harmonies of #81E9AE
Complementary color
Monochromatic Colors of #81E9AE
Black with #81E9AE
Text Example
Text Example
White with #81E9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E9AE; }
p { color: rgb(129,233,174); }
H1.HeaderClassName
{
color: #81E9AE;
}
.AnyTagClassName
{
color: #81E9AE;
}
</style>
background-color css
<style>
a { background-color: #81E9AE; }
a { background-color: rgb(129,233,174); }
div.DivClassName
{
background-color: #81E9AE;
}
.BgClassName
{
background-color: #81E9AE;
}
</style>
border-color css
<style>
span { border-color: #81E9AE; }
span { border-color: rgb(129,233,174); }
td.TdClassName
{
border-color: #81E9AE;
}
.TagClassName
{
border-color: #81E9AE;
}
</style>