Shades of Vista Blue #81DBAA
Tints of Vista Blue #81DBAA
RGB
CMYK
RGB Variations
Color information
#81DBAA (or 0x81DBAA) is known color: Vista Blue. HEX triplet: 81, DB and AA. RGB value is (129,219,170). Sum of RGB (Red+Green+Blue) = 129+219+170=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #81DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DBAA is #7E2455. Grayscale: #BABABA. Windows color (decimal): -8266838 or 11197313. OLE color: 11197313.
HSL color Cylindrical-coordinate representation of color #81DBAA: hue angle of 147.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DBAA is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 219 | 170 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.14 |
| HSL | 147.33º | 0.56% | 0.68% | - |
| HSV(B) | 147.33º | 0.41% | 0.86% | - |
| XYZ | 41.64 | 58.23 | 47.08 | - |
| YUV | 186.5 | 118.68 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 219 | 170 | 0.41 | 0 | 0.22 | 0.14 | 147.33 | 0.56 | 0.68 |
| Hex | 81 | DB | AA | 29 | 0 | 16 | E | 93 | 38 | 44 |
| Octal | 201 | 333 | 252 | 51 | 0 | 26 | 16 | 223 | 70 | 104 |
| Binary | 10000001 | 11011011 | 10101010 | 101001 | 0 | 10110 | 1110 | 10010011 | 111000 | 1000100 |
Color Harmonies of #81DBAA
Complementary color
Monochromatic Colors of #81DBAA
Black with #81DBAA
Text Example
Text Example
White with #81DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DBAA; }
p { color: rgb(129,219,170); }
H1.HeaderClassName
{
color: #81DBAA;
}
.AnyTagClassName
{
color: #81DBAA;
}
</style>
background-color css
<style>
a { background-color: #81DBAA; }
a { background-color: rgb(129,219,170); }
div.DivClassName
{
background-color: #81DBAA;
}
.BgClassName
{
background-color: #81DBAA;
}
</style>
border-color css
<style>
span { border-color: #81DBAA; }
span { border-color: rgb(129,219,170); }
td.TdClassName
{
border-color: #81DBAA;
}
.TagClassName
{
border-color: #81DBAA;
}
</style>