Shades of Vista Blue #81E0AB
Tints of Vista Blue #81E0AB
RGB
CMYK
RGB Variations
Color information
#81E0AB (or 0x81E0AB) is known color: Vista Blue. HEX triplet: 81, E0 and AB. RGB value is (129,224,171). Sum of RGB (Red+Green+Blue) = 129+224+171=524 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.62% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #81E0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81E0AB is #7E1F54. Grayscale: #BDBDBD. Windows color (decimal): -8265557 or 11264129. OLE color: 11264129.
HSL color Cylindrical-coordinate representation of color #81E0AB: hue angle of 146.53º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81E0AB is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 224 | 171 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.12 |
| HSL | 146.53º | 0.61% | 0.69% | - |
| HSV(B) | 146.53º | 0.42% | 0.88% | - |
| XYZ | 43.06 | 60.92 | 48.02 | - |
| YUV | 189.55 | 117.53 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 224 | 171 | 0.42 | 0 | 0.24 | 0.12 | 146.53 | 0.61 | 0.69 |
| Hex | 81 | E0 | AB | 2A | 0 | 18 | C | 93 | 3D | 45 |
| Octal | 201 | 340 | 253 | 52 | 0 | 30 | 14 | 223 | 75 | 105 |
| Binary | 10000001 | 11100000 | 10101011 | 101010 | 0 | 11000 | 1100 | 10010011 | 111101 | 1000101 |
Color Harmonies of #81E0AB
Complementary color
Monochromatic Colors of #81E0AB
Black with #81E0AB
Text Example
Text Example
White with #81E0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E0AB; }
p { color: rgb(129,224,171); }
H1.HeaderClassName
{
color: #81E0AB;
}
.AnyTagClassName
{
color: #81E0AB;
}
</style>
background-color css
<style>
a { background-color: #81E0AB; }
a { background-color: rgb(129,224,171); }
div.DivClassName
{
background-color: #81E0AB;
}
.BgClassName
{
background-color: #81E0AB;
}
</style>
border-color css
<style>
span { border-color: #81E0AB; }
span { border-color: rgb(129,224,171); }
td.TdClassName
{
border-color: #81E0AB;
}
.TagClassName
{
border-color: #81E0AB;
}
</style>