Shades of Vista Blue #81DCA0
Tints of Vista Blue #81DCA0
RGB
CMYK
RGB Variations
Color information
#81DCA0 (or 0x81DCA0) is known color: Vista Blue. HEX triplet: 81, DC and A0. RGB value is (129,220,160). Sum of RGB (Red+Green+Blue) = 129+220+160=509 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.34% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #81DCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DCA0 is #7E235F. Grayscale: #BABABA. Windows color (decimal): -8266592 or 10542209. OLE color: 10542209.
HSL color Cylindrical-coordinate representation of color #81DCA0: hue angle of 140.44º 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 #81DCA0 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 160 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.14 |
| HSL | 140.44º | 0.57% | 0.68% | - |
| HSV(B) | 140.44º | 0.41% | 0.86% | - |
| XYZ | 40.99 | 58.39 | 42.37 | - |
| YUV | 185.95 | 113.35 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 160 | 0.41 | 0 | 0.27 | 0.14 | 140.44 | 0.57 | 0.68 |
| Hex | 81 | DC | A0 | 29 | 0 | 1B | E | 8C | 39 | 44 |
| Octal | 201 | 334 | 240 | 51 | 0 | 33 | 16 | 214 | 71 | 104 |
| Binary | 10000001 | 11011100 | 10100000 | 101001 | 0 | 11011 | 1110 | 10001100 | 111001 | 1000100 |
Color Harmonies of #81DCA0
Complementary color
Monochromatic Colors of #81DCA0
Black with #81DCA0
Text Example
Text Example
White with #81DCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DCA0; }
p { color: rgb(129,220,160); }
H1.HeaderClassName
{
color: #81DCA0;
}
.AnyTagClassName
{
color: #81DCA0;
}
</style>
background-color css
<style>
a { background-color: #81DCA0; }
a { background-color: rgb(129,220,160); }
div.DivClassName
{
background-color: #81DCA0;
}
.BgClassName
{
background-color: #81DCA0;
}
</style>
border-color css
<style>
span { border-color: #81DCA0; }
span { border-color: rgb(129,220,160); }
td.TdClassName
{
border-color: #81DCA0;
}
.TagClassName
{
border-color: #81DCA0;
}
</style>