Shades of Vista Blue #81D5AA
Tints of Vista Blue #81D5AA
RGB
CMYK
RGB Variations
Color information
#81D5AA (or 0x81D5AA) is known color: Vista Blue. HEX triplet: 81, D5 and AA. RGB value is (129,213,170). Sum of RGB (Red+Green+Blue) = 129+213+170=512 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.20% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #81D5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D5AA is #7E2A55. Grayscale: #B7B7B7. Windows color (decimal): -8268374 or 11195777. OLE color: 11195777.
HSL color Cylindrical-coordinate representation of color #81D5AA: hue angle of 149.29º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D5AA is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 213 | 170 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.16 |
| HSL | 149.29º | 0.5% | 0.67% | - |
| HSV(B) | 149.29º | 0.39% | 0.84% | - |
| XYZ | 40.1 | 55.16 | 46.56 | - |
| YUV | 182.98 | 120.67 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 213 | 170 | 0.39 | 0 | 0.20 | 0.16 | 149.29 | 0.5 | 0.67 |
| Hex | 81 | D5 | AA | 27 | 0 | 14 | 10 | 95 | 32 | 43 |
| Octal | 201 | 325 | 252 | 47 | 0 | 24 | 20 | 225 | 62 | 103 |
| Binary | 10000001 | 11010101 | 10101010 | 100111 | 0 | 10100 | 10000 | 10010101 | 110010 | 1000011 |
Color Harmonies of #81D5AA
Complementary color
Monochromatic Colors of #81D5AA
Black with #81D5AA
Text Example
Text Example
White with #81D5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D5AA; }
p { color: rgb(129,213,170); }
H1.HeaderClassName
{
color: #81D5AA;
}
.AnyTagClassName
{
color: #81D5AA;
}
</style>
background-color css
<style>
a { background-color: #81D5AA; }
a { background-color: rgb(129,213,170); }
div.DivClassName
{
background-color: #81D5AA;
}
.BgClassName
{
background-color: #81D5AA;
}
</style>
border-color css
<style>
span { border-color: #81D5AA; }
span { border-color: rgb(129,213,170); }
td.TdClassName
{
border-color: #81D5AA;
}
.TagClassName
{
border-color: #81D5AA;
}
</style>