Shades of Vista Blue #81E6AD
Tints of Vista Blue #81E6AD
RGB
CMYK
RGB Variations
Color information
#81E6AD (or 0x81E6AD) is known color: Vista Blue. HEX triplet: 81, E6 and AD. RGB value is (129,230,173). Sum of RGB (Red+Green+Blue) = 129+230+173=532 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.25% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #81E6AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81E6AD is #7E1952. Grayscale: #C1C1C1. Windows color (decimal): -8264019 or 11396737. OLE color: 11396737.
HSL color Cylindrical-coordinate representation of color #81E6AD: hue angle of 146.14º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81E6AD is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 230 | 173 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.10 |
| HSL | 146.14º | 0.67% | 0.7% | - |
| HSV(B) | 146.14º | 0.44% | 0.9% | - |
| XYZ | 44.89 | 64.28 | 49.58 | - |
| YUV | 193.3 | 116.54 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 230 | 173 | 0.44 | 0 | 0.25 | 0.10 | 146.14 | 0.67 | 0.7 |
| Hex | 81 | E6 | AD | 2C | 0 | 19 | A | 92 | 43 | 46 |
| Octal | 201 | 346 | 255 | 54 | 0 | 31 | 12 | 222 | 103 | 106 |
| Binary | 10000001 | 11100110 | 10101101 | 101100 | 0 | 11001 | 1010 | 10010010 | 1000011 | 1000110 |
Color Harmonies of #81E6AD
Complementary color
Monochromatic Colors of #81E6AD
Black with #81E6AD
Text Example
Text Example
White with #81E6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E6AD; }
p { color: rgb(129,230,173); }
H1.HeaderClassName
{
color: #81E6AD;
}
.AnyTagClassName
{
color: #81E6AD;
}
</style>
background-color css
<style>
a { background-color: #81E6AD; }
a { background-color: rgb(129,230,173); }
div.DivClassName
{
background-color: #81E6AD;
}
.BgClassName
{
background-color: #81E6AD;
}
</style>
border-color css
<style>
span { border-color: #81E6AD; }
span { border-color: rgb(129,230,173); }
td.TdClassName
{
border-color: #81E6AD;
}
.TagClassName
{
border-color: #81E6AD;
}
</style>