Shades of Vista Blue #81DCA1
Tints of Vista Blue #81DCA1
RGB
CMYK
RGB Variations
Color information
#81DCA1 (or 0x81DCA1) is known color: Vista Blue. HEX triplet: 81, DC and A1. RGB value is (129,220,161). Sum of RGB (Red+Green+Blue) = 129+220+161=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #81DCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DCA1 is #7E235E. Grayscale: #BABABA. Windows color (decimal): -8266591 or 10607745. OLE color: 10607745.
HSL color Cylindrical-coordinate representation of color #81DCA1: hue angle of 141.1º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DCA1 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 161 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.14 |
| HSL | 141.1º | 0.57% | 0.68% | - |
| HSV(B) | 141.1º | 0.41% | 0.86% | - |
| XYZ | 41.08 | 58.43 | 42.83 | - |
| YUV | 186.07 | 113.85 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 161 | 0.41 | 0 | 0.27 | 0.14 | 141.1 | 0.57 | 0.68 |
| Hex | 81 | DC | A1 | 29 | 0 | 1B | E | 8D | 39 | 44 |
| Octal | 201 | 334 | 241 | 51 | 0 | 33 | 16 | 215 | 71 | 104 |
| Binary | 10000001 | 11011100 | 10100001 | 101001 | 0 | 11011 | 1110 | 10001101 | 111001 | 1000100 |
Color Harmonies of #81DCA1
Complementary color
Monochromatic Colors of #81DCA1
Black with #81DCA1
Text Example
Text Example
White with #81DCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DCA1; }
p { color: rgb(129,220,161); }
H1.HeaderClassName
{
color: #81DCA1;
}
.AnyTagClassName
{
color: #81DCA1;
}
</style>
background-color css
<style>
a { background-color: #81DCA1; }
a { background-color: rgb(129,220,161); }
div.DivClassName
{
background-color: #81DCA1;
}
.BgClassName
{
background-color: #81DCA1;
}
</style>
border-color css
<style>
span { border-color: #81DCA1; }
span { border-color: rgb(129,220,161); }
td.TdClassName
{
border-color: #81DCA1;
}
.TagClassName
{
border-color: #81DCA1;
}
</style>