Shades of Vista Blue #81DAA8
Tints of Vista Blue #81DAA8
RGB
CMYK
RGB Variations
Color information
#81DAA8 (or 0x81DAA8) is known color: Vista Blue. HEX triplet: 81, DA and A8. RGB value is (129,218,168). Sum of RGB (Red+Green+Blue) = 129+218+168=515 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.05% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #81DAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DAA8 is #7E2557. Grayscale: #B9B9B9. Windows color (decimal): -8267096 or 11065985. OLE color: 11065985.
HSL color Cylindrical-coordinate representation of color #81DAA8: hue angle of 146.29º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DAA8 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 168 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.15 |
| HSL | 146.29º | 0.55% | 0.68% | - |
| HSV(B) | 146.29º | 0.41% | 0.85% | - |
| XYZ | 41.19 | 57.64 | 46 | - |
| YUV | 185.69 | 118.01 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 168 | 0.41 | 0 | 0.23 | 0.15 | 146.29 | 0.55 | 0.68 |
| Hex | 81 | DA | A8 | 29 | 0 | 17 | F | 92 | 37 | 44 |
| Octal | 201 | 332 | 250 | 51 | 0 | 27 | 17 | 222 | 67 | 104 |
| Binary | 10000001 | 11011010 | 10101000 | 101001 | 0 | 10111 | 1111 | 10010010 | 110111 | 1000100 |
Color Harmonies of #81DAA8
Complementary color
Monochromatic Colors of #81DAA8
Black with #81DAA8
Text Example
Text Example
White with #81DAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DAA8; }
p { color: rgb(129,218,168); }
H1.HeaderClassName
{
color: #81DAA8;
}
.AnyTagClassName
{
color: #81DAA8;
}
</style>
background-color css
<style>
a { background-color: #81DAA8; }
a { background-color: rgb(129,218,168); }
div.DivClassName
{
background-color: #81DAA8;
}
.BgClassName
{
background-color: #81DAA8;
}
</style>
border-color css
<style>
span { border-color: #81DAA8; }
span { border-color: rgb(129,218,168); }
td.TdClassName
{
border-color: #81DAA8;
}
.TagClassName
{
border-color: #81DAA8;
}
</style>