Shades of Vista Blue #81D7AD
Tints of Vista Blue #81D7AD
RGB
CMYK
RGB Variations
Color information
#81D7AD (or 0x81D7AD) is known color: Vista Blue. HEX triplet: 81, D7 and AD. RGB value is (129,215,173). Sum of RGB (Red+Green+Blue) = 129+215+173=517 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.95% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 215 - color contains mainly: green. Hex color #81D7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D7AD is #7E2852. Grayscale: #B8B8B8. Windows color (decimal): -8267859 or 11392897. OLE color: 11392897.
HSL color Cylindrical-coordinate representation of color #81D7AD: hue angle of 150.7º degrees, saturation: 0.52, 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 #81D7AD is Cyan = 0.4, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 215 | 173 | - |
| CMYK | 0.4 | 0 | 0.20 | 0.16 |
| HSL | 150.7º | 0.52% | 0.67% | - |
| HSV(B) | 150.7º | 0.4% | 0.84% | - |
| XYZ | 40.9 | 56.29 | 48.24 | - |
| YUV | 184.5 | 121.51 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 215 | 173 | 0.4 | 0 | 0.20 | 0.16 | 150.7 | 0.52 | 0.67 |
| Hex | 81 | D7 | AD | 28 | 0 | 14 | 10 | 97 | 34 | 43 |
| Octal | 201 | 327 | 255 | 50 | 0 | 24 | 20 | 227 | 64 | 103 |
| Binary | 10000001 | 11010111 | 10101101 | 101000 | 0 | 10100 | 10000 | 10010111 | 110100 | 1000011 |
Color Harmonies of #81D7AD
Complementary color
Monochromatic Colors of #81D7AD
Black with #81D7AD
Text Example
Text Example
White with #81D7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D7AD; }
p { color: rgb(129,215,173); }
H1.HeaderClassName
{
color: #81D7AD;
}
.AnyTagClassName
{
color: #81D7AD;
}
</style>
background-color css
<style>
a { background-color: #81D7AD; }
a { background-color: rgb(129,215,173); }
div.DivClassName
{
background-color: #81D7AD;
}
.BgClassName
{
background-color: #81D7AD;
}
</style>
border-color css
<style>
span { border-color: #81D7AD; }
span { border-color: rgb(129,215,173); }
td.TdClassName
{
border-color: #81D7AD;
}
.TagClassName
{
border-color: #81D7AD;
}
</style>