Shades of Vista Blue #81E0AE
Tints of Vista Blue #81E0AE
RGB
CMYK
RGB Variations
Color information
#81E0AE (or 0x81E0AE) is known color: Vista Blue. HEX triplet: 81, E0 and AE. RGB value is (129,224,174). Sum of RGB (Red+Green+Blue) = 129+224+174=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #81E0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81E0AE is #7E1F51. Grayscale: #BEBEBE. Windows color (decimal): -8265554 or 11460737. OLE color: 11460737.
HSL color Cylindrical-coordinate representation of color #81E0AE: hue angle of 148.42º 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 #81E0AE is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 224 | 174 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.12 |
| HSL | 148.42º | 0.61% | 0.69% | - |
| HSV(B) | 148.42º | 0.42% | 0.88% | - |
| XYZ | 43.35 | 61.03 | 49.54 | - |
| YUV | 189.9 | 119.03 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 224 | 174 | 0.42 | 0 | 0.22 | 0.12 | 148.42 | 0.61 | 0.69 |
| Hex | 81 | E0 | AE | 2A | 0 | 16 | C | 94 | 3D | 45 |
| Octal | 201 | 340 | 256 | 52 | 0 | 26 | 14 | 224 | 75 | 105 |
| Binary | 10000001 | 11100000 | 10101110 | 101010 | 0 | 10110 | 1100 | 10010100 | 111101 | 1000101 |
Color Harmonies of #81E0AE
Complementary color
Monochromatic Colors of #81E0AE
Black with #81E0AE
Text Example
Text Example
White with #81E0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E0AE; }
p { color: rgb(129,224,174); }
H1.HeaderClassName
{
color: #81E0AE;
}
.AnyTagClassName
{
color: #81E0AE;
}
</style>
background-color css
<style>
a { background-color: #81E0AE; }
a { background-color: rgb(129,224,174); }
div.DivClassName
{
background-color: #81E0AE;
}
.BgClassName
{
background-color: #81E0AE;
}
</style>
border-color css
<style>
span { border-color: #81E0AE; }
span { border-color: rgb(129,224,174); }
td.TdClassName
{
border-color: #81E0AE;
}
.TagClassName
{
border-color: #81E0AE;
}
</style>