Shades of Vista Blue #81D5AC
Tints of Vista Blue #81D5AC
RGB
CMYK
RGB Variations
Color information
#81D5AC (or 0x81D5AC) is known color: Vista Blue. HEX triplet: 81, D5 and AC. RGB value is (129,213,172). Sum of RGB (Red+Green+Blue) = 129+213+172=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 213 - color contains mainly: green. Hex color #81D5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D5AC is #7E2A53. Grayscale: #B7B7B7. Windows color (decimal): -8268372 or 11326849. OLE color: 11326849.
HSL color Cylindrical-coordinate representation of color #81D5AC: hue angle of 150.71º 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 #81D5AC is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 213 | 172 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.16 |
| HSL | 150.71º | 0.5% | 0.67% | - |
| HSV(B) | 150.71º | 0.39% | 0.84% | - |
| XYZ | 40.29 | 55.23 | 47.57 | - |
| YUV | 183.21 | 121.67 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 213 | 172 | 0.39 | 0 | 0.19 | 0.16 | 150.71 | 0.5 | 0.67 |
| Hex | 81 | D5 | AC | 27 | 0 | 13 | 10 | 97 | 32 | 43 |
| Octal | 201 | 325 | 254 | 47 | 0 | 23 | 20 | 227 | 62 | 103 |
| Binary | 10000001 | 11010101 | 10101100 | 100111 | 0 | 10011 | 10000 | 10010111 | 110010 | 1000011 |
Color Harmonies of #81D5AC
Complementary color
Monochromatic Colors of #81D5AC
Black with #81D5AC
Text Example
Text Example
White with #81D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D5AC; }
p { color: rgb(129,213,172); }
H1.HeaderClassName
{
color: #81D5AC;
}
.AnyTagClassName
{
color: #81D5AC;
}
</style>
background-color css
<style>
a { background-color: #81D5AC; }
a { background-color: rgb(129,213,172); }
div.DivClassName
{
background-color: #81D5AC;
}
.BgClassName
{
background-color: #81D5AC;
}
</style>
border-color css
<style>
span { border-color: #81D5AC; }
span { border-color: rgb(129,213,172); }
td.TdClassName
{
border-color: #81D5AC;
}
.TagClassName
{
border-color: #81D5AC;
}
</style>