Shades of Vista Blue #81D6AE
Tints of Vista Blue #81D6AE
RGB
CMYK
RGB Variations
Color information
#81D6AE (or 0x81D6AE) is known color: Vista Blue. HEX triplet: 81, D6 and AE. RGB value is (129,214,174). Sum of RGB (Red+Green+Blue) = 129+214+174=517 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.95% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #81D6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D6AE is #7E2951. Grayscale: #B8B8B8. Windows color (decimal): -8268114 or 11458177. OLE color: 11458177.
HSL color Cylindrical-coordinate representation of color #81D6AE: hue angle of 151.76º degrees, saturation: 0.51, 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 #81D6AE is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 214 | 174 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.16 |
| HSL | 151.76º | 0.51% | 0.67% | - |
| HSV(B) | 151.76º | 0.4% | 0.84% | - |
| XYZ | 40.74 | 55.82 | 48.67 | - |
| YUV | 184.03 | 122.34 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 214 | 174 | 0.40 | 0 | 0.19 | 0.16 | 151.76 | 0.51 | 0.67 |
| Hex | 81 | D6 | AE | 28 | 0 | 13 | 10 | 98 | 33 | 43 |
| Octal | 201 | 326 | 256 | 50 | 0 | 23 | 20 | 230 | 63 | 103 |
| Binary | 10000001 | 11010110 | 10101110 | 101000 | 0 | 10011 | 10000 | 10011000 | 110011 | 1000011 |
Color Harmonies of #81D6AE
Complementary color
Monochromatic Colors of #81D6AE
Black with #81D6AE
Text Example
Text Example
White with #81D6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D6AE; }
p { color: rgb(129,214,174); }
H1.HeaderClassName
{
color: #81D6AE;
}
.AnyTagClassName
{
color: #81D6AE;
}
</style>
background-color css
<style>
a { background-color: #81D6AE; }
a { background-color: rgb(129,214,174); }
div.DivClassName
{
background-color: #81D6AE;
}
.BgClassName
{
background-color: #81D6AE;
}
</style>
border-color css
<style>
span { border-color: #81D6AE; }
span { border-color: rgb(129,214,174); }
td.TdClassName
{
border-color: #81D6AE;
}
.TagClassName
{
border-color: #81D6AE;
}
</style>