Shades of Vista Blue #81D69E
Tints of Vista Blue #81D69E
RGB
CMYK
RGB Variations
Color information
#81D69E (or 0x81D69E) is known color: Vista Blue. HEX triplet: 81, D6 and 9E. RGB value is (129,214,158). Sum of RGB (Red+Green+Blue) = 129+214+158=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #81D69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D69E is #7E2961. Grayscale: #B6B6B6. Windows color (decimal): -8268130 or 10409601. OLE color: 10409601.
HSL color Cylindrical-coordinate representation of color #81D69E: hue angle of 140.47º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D69E is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 214 | 158 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.16 |
| HSL | 140.47º | 0.51% | 0.67% | - |
| HSV(B) | 140.47º | 0.4% | 0.84% | - |
| XYZ | 39.27 | 55.23 | 40.94 | - |
| YUV | 182.2 | 114.34 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 214 | 158 | 0.40 | 0 | 0.26 | 0.16 | 140.47 | 0.51 | 0.67 |
| Hex | 81 | D6 | 9E | 28 | 0 | 1A | 10 | 8C | 33 | 43 |
| Octal | 201 | 326 | 236 | 50 | 0 | 32 | 20 | 214 | 63 | 103 |
| Binary | 10000001 | 11010110 | 10011110 | 101000 | 0 | 11010 | 10000 | 10001100 | 110011 | 1000011 |
Color Harmonies of #81D69E
Complementary color
Monochromatic Colors of #81D69E
Black with #81D69E
Text Example
Text Example
White with #81D69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D69E; }
p { color: rgb(129,214,158); }
H1.HeaderClassName
{
color: #81D69E;
}
.AnyTagClassName
{
color: #81D69E;
}
</style>
background-color css
<style>
a { background-color: #81D69E; }
a { background-color: rgb(129,214,158); }
div.DivClassName
{
background-color: #81D69E;
}
.BgClassName
{
background-color: #81D69E;
}
</style>
border-color css
<style>
span { border-color: #81D69E; }
span { border-color: rgb(129,214,158); }
td.TdClassName
{
border-color: #81D69E;
}
.TagClassName
{
border-color: #81D69E;
}
</style>