Shades of Vista Blue #81D8AD
Tints of Vista Blue #81D8AD
RGB
CMYK
RGB Variations
Color information
#81D8AD (or 0x81D8AD) is known color: Vista Blue. HEX triplet: 81, D8 and AD. RGB value is (129,216,173). Sum of RGB (Red+Green+Blue) = 129+216+173=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #81D8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D8AD is #7E2752. Grayscale: #B9B9B9. Windows color (decimal): -8267603 or 11393153. OLE color: 11393153.
HSL color Cylindrical-coordinate representation of color #81D8AD: hue angle of 150.34º 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 #81D8AD is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 216 | 173 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.15 |
| HSL | 150.34º | 0.53% | 0.68% | - |
| HSV(B) | 150.34º | 0.4% | 0.85% | - |
| XYZ | 41.15 | 56.8 | 48.33 | - |
| YUV | 185.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 216 | 173 | 0.40 | 0 | 0.20 | 0.15 | 150.34 | 0.53 | 0.68 |
| Hex | 81 | D8 | AD | 28 | 0 | 14 | F | 96 | 35 | 44 |
| Octal | 201 | 330 | 255 | 50 | 0 | 24 | 17 | 226 | 65 | 104 |
| Binary | 10000001 | 11011000 | 10101101 | 101000 | 0 | 10100 | 1111 | 10010110 | 110101 | 1000100 |
Color Harmonies of #81D8AD
Complementary color
Monochromatic Colors of #81D8AD
Black with #81D8AD
Text Example
Text Example
White with #81D8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D8AD; }
p { color: rgb(129,216,173); }
H1.HeaderClassName
{
color: #81D8AD;
}
.AnyTagClassName
{
color: #81D8AD;
}
</style>
background-color css
<style>
a { background-color: #81D8AD; }
a { background-color: rgb(129,216,173); }
div.DivClassName
{
background-color: #81D8AD;
}
.BgClassName
{
background-color: #81D8AD;
}
</style>
border-color css
<style>
span { border-color: #81D8AD; }
span { border-color: rgb(129,216,173); }
td.TdClassName
{
border-color: #81D8AD;
}
.TagClassName
{
border-color: #81D8AD;
}
</style>