Shades of Vista Blue #81CCA6
Tints of Vista Blue #81CCA6
RGB
CMYK
RGB Variations
Color information
#81CCA6 (or 0x81CCA6) is known color: Vista Blue. HEX triplet: 81, CC and A6. RGB value is (129,204,166). Sum of RGB (Red+Green+Blue) = 129+204+166=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #81CCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CCA6 is #7E3359. Grayscale: #B1B1B1. Windows color (decimal): -8270682 or 10931329. OLE color: 10931329.
HSL color Cylindrical-coordinate representation of color #81CCA6: hue angle of 149.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81CCA6 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 166 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.2 |
| HSL | 149.6º | 0.42% | 0.65% | - |
| HSV(B) | 149.6º | 0.37% | 0.8% | - |
| XYZ | 37.53 | 50.61 | 43.87 | - |
| YUV | 177.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 166 | 0.37 | 0 | 0.19 | 0.2 | 149.6 | 0.42 | 0.65 |
| Hex | 81 | CC | A6 | 25 | 0 | 13 | 14 | 96 | 2A | 41 |
| Octal | 201 | 314 | 246 | 45 | 0 | 23 | 24 | 226 | 52 | 101 |
| Binary | 10000001 | 11001100 | 10100110 | 100101 | 0 | 10011 | 10100 | 10010110 | 101010 | 1000001 |
Color Harmonies of #81CCA6
Complementary color
Monochromatic Colors of #81CCA6
Black with #81CCA6
Text Example
Text Example
White with #81CCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CCA6; }
p { color: rgb(129,204,166); }
H1.HeaderClassName
{
color: #81CCA6;
}
.AnyTagClassName
{
color: #81CCA6;
}
</style>
background-color css
<style>
a { background-color: #81CCA6; }
a { background-color: rgb(129,204,166); }
div.DivClassName
{
background-color: #81CCA6;
}
.BgClassName
{
background-color: #81CCA6;
}
</style>
border-color css
<style>
span { border-color: #81CCA6; }
span { border-color: rgb(129,204,166); }
td.TdClassName
{
border-color: #81CCA6;
}
.TagClassName
{
border-color: #81CCA6;
}
</style>