Shades of Vista Blue #81DCA2
Tints of Vista Blue #81DCA2
RGB
CMYK
RGB Variations
Color information
#81DCA2 (or 0x81DCA2) is known color: Vista Blue. HEX triplet: 81, DC and A2. RGB value is (129,220,162). Sum of RGB (Red+Green+Blue) = 129+220+162=511 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.24% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #81DCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DCA2 is #7E235D. Grayscale: #BABABA. Windows color (decimal): -8266590 or 10673281. OLE color: 10673281.
HSL color Cylindrical-coordinate representation of color #81DCA2: hue angle of 141.76º 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 #81DCA2 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 162 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.14 |
| HSL | 141.76º | 0.57% | 0.68% | - |
| HSV(B) | 141.76º | 0.41% | 0.86% | - |
| XYZ | 41.17 | 58.46 | 43.3 | - |
| YUV | 186.18 | 114.35 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 162 | 0.41 | 0 | 0.26 | 0.14 | 141.76 | 0.57 | 0.68 |
| Hex | 81 | DC | A2 | 29 | 0 | 1A | E | 8E | 39 | 44 |
| Octal | 201 | 334 | 242 | 51 | 0 | 32 | 16 | 216 | 71 | 104 |
| Binary | 10000001 | 11011100 | 10100010 | 101001 | 0 | 11010 | 1110 | 10001110 | 111001 | 1000100 |
Color Harmonies of #81DCA2
Complementary color
Monochromatic Colors of #81DCA2
Black with #81DCA2
Text Example
Text Example
White with #81DCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DCA2; }
p { color: rgb(129,220,162); }
H1.HeaderClassName
{
color: #81DCA2;
}
.AnyTagClassName
{
color: #81DCA2;
}
</style>
background-color css
<style>
a { background-color: #81DCA2; }
a { background-color: rgb(129,220,162); }
div.DivClassName
{
background-color: #81DCA2;
}
.BgClassName
{
background-color: #81DCA2;
}
</style>
border-color css
<style>
span { border-color: #81DCA2; }
span { border-color: rgb(129,220,162); }
td.TdClassName
{
border-color: #81DCA2;
}
.TagClassName
{
border-color: #81DCA2;
}
</style>