Shades of Vista Blue #81D9AE
Tints of Vista Blue #81D9AE
RGB
CMYK
RGB Variations
Color information
#81D9AE (or 0x81D9AE) is known color: Vista Blue. HEX triplet: 81, D9 and AE. RGB value is (129,217,174). Sum of RGB (Red+Green+Blue) = 129+217+174=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #81D9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D9AE is #7E2651. Grayscale: #B9B9B9. Windows color (decimal): -8267346 or 11458945. OLE color: 11458945.
HSL color Cylindrical-coordinate representation of color #81D9AE: hue angle of 150.68º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81D9AE is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 217 | 174 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.15 |
| HSL | 150.68º | 0.54% | 0.68% | - |
| HSV(B) | 150.68º | 0.41% | 0.85% | - |
| XYZ | 41.51 | 57.35 | 48.93 | - |
| YUV | 185.79 | 121.35 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 217 | 174 | 0.41 | 0 | 0.20 | 0.15 | 150.68 | 0.54 | 0.68 |
| Hex | 81 | D9 | AE | 29 | 0 | 14 | F | 97 | 36 | 44 |
| Octal | 201 | 331 | 256 | 51 | 0 | 24 | 17 | 227 | 66 | 104 |
| Binary | 10000001 | 11011001 | 10101110 | 101001 | 0 | 10100 | 1111 | 10010111 | 110110 | 1000100 |
Color Harmonies of #81D9AE
Complementary color
Monochromatic Colors of #81D9AE
Black with #81D9AE
Text Example
Text Example
White with #81D9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D9AE; }
p { color: rgb(129,217,174); }
H1.HeaderClassName
{
color: #81D9AE;
}
.AnyTagClassName
{
color: #81D9AE;
}
</style>
background-color css
<style>
a { background-color: #81D9AE; }
a { background-color: rgb(129,217,174); }
div.DivClassName
{
background-color: #81D9AE;
}
.BgClassName
{
background-color: #81D9AE;
}
</style>
border-color css
<style>
span { border-color: #81D9AE; }
span { border-color: rgb(129,217,174); }
td.TdClassName
{
border-color: #81D9AE;
}
.TagClassName
{
border-color: #81D9AE;
}
</style>