Shades of Vista Blue #81D8AB
Tints of Vista Blue #81D8AB
RGB
CMYK
RGB Variations
Color information
#81D8AB (or 0x81D8AB) is known color: Vista Blue. HEX triplet: 81, D8 and AB. RGB value is (129,216,171). Sum of RGB (Red+Green+Blue) = 129+216+171=516 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #81D8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D8AB is #7E2754. Grayscale: #B8B8B8. Windows color (decimal): -8267605 or 11262081. OLE color: 11262081.
HSL color Cylindrical-coordinate representation of color #81D8AB: hue angle of 148.97º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D8AB is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 216 | 171 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.15 |
| HSL | 148.97º | 0.53% | 0.68% | - |
| HSV(B) | 148.97º | 0.4% | 0.85% | - |
| XYZ | 40.96 | 56.72 | 47.32 | - |
| YUV | 184.86 | 120.18 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 216 | 171 | 0.40 | 0 | 0.21 | 0.15 | 148.97 | 0.53 | 0.68 |
| Hex | 81 | D8 | AB | 28 | 0 | 15 | F | 95 | 35 | 44 |
| Octal | 201 | 330 | 253 | 50 | 0 | 25 | 17 | 225 | 65 | 104 |
| Binary | 10000001 | 11011000 | 10101011 | 101000 | 0 | 10101 | 1111 | 10010101 | 110101 | 1000100 |
Color Harmonies of #81D8AB
Complementary color
Monochromatic Colors of #81D8AB
Black with #81D8AB
Text Example
Text Example
White with #81D8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D8AB; }
p { color: rgb(129,216,171); }
H1.HeaderClassName
{
color: #81D8AB;
}
.AnyTagClassName
{
color: #81D8AB;
}
</style>
background-color css
<style>
a { background-color: #81D8AB; }
a { background-color: rgb(129,216,171); }
div.DivClassName
{
background-color: #81D8AB;
}
.BgClassName
{
background-color: #81D8AB;
}
</style>
border-color css
<style>
span { border-color: #81D8AB; }
span { border-color: rgb(129,216,171); }
td.TdClassName
{
border-color: #81D8AB;
}
.TagClassName
{
border-color: #81D8AB;
}
</style>