Shades of Vista Blue #81E1AD
Tints of Vista Blue #81E1AD
RGB
CMYK
RGB Variations
Color information
#81E1AD (or 0x81E1AD) is known color: Vista Blue. HEX triplet: 81, E1 and AD. RGB value is (129,225,173). Sum of RGB (Red+Green+Blue) = 129+225+173=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #81E1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81E1AD is #7E1E52. Grayscale: #BEBEBE. Windows color (decimal): -8265299 or 11395457. OLE color: 11395457.
HSL color Cylindrical-coordinate representation of color #81E1AD: hue angle of 147.5º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81E1AD is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 225 | 173 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.12 |
| HSL | 147.5º | 0.62% | 0.69% | - |
| HSV(B) | 147.5º | 0.43% | 0.88% | - |
| XYZ | 43.52 | 61.53 | 49.12 | - |
| YUV | 190.37 | 118.2 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 225 | 173 | 0.43 | 0 | 0.23 | 0.12 | 147.5 | 0.62 | 0.69 |
| Hex | 81 | E1 | AD | 2B | 0 | 17 | C | 94 | 3E | 45 |
| Octal | 201 | 341 | 255 | 53 | 0 | 27 | 14 | 224 | 76 | 105 |
| Binary | 10000001 | 11100001 | 10101101 | 101011 | 0 | 10111 | 1100 | 10010100 | 111110 | 1000101 |
Color Harmonies of #81E1AD
Complementary color
Monochromatic Colors of #81E1AD
Black with #81E1AD
Text Example
Text Example
White with #81E1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E1AD; }
p { color: rgb(129,225,173); }
H1.HeaderClassName
{
color: #81E1AD;
}
.AnyTagClassName
{
color: #81E1AD;
}
</style>
background-color css
<style>
a { background-color: #81E1AD; }
a { background-color: rgb(129,225,173); }
div.DivClassName
{
background-color: #81E1AD;
}
.BgClassName
{
background-color: #81E1AD;
}
</style>
border-color css
<style>
span { border-color: #81E1AD; }
span { border-color: rgb(129,225,173); }
td.TdClassName
{
border-color: #81E1AD;
}
.TagClassName
{
border-color: #81E1AD;
}
</style>