Shades of Vista Blue #81DCA3
Tints of Vista Blue #81DCA3
RGB
CMYK
RGB Variations
Color information
#81DCA3 (or 0x81DCA3) is known color: Vista Blue. HEX triplet: 81, DC and A3. RGB value is (129,220,163). Sum of RGB (Red+Green+Blue) = 129+220+163=512 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.20% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #81DCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DCA3 is #7E235C. Grayscale: #BABABA. Windows color (decimal): -8266589 or 10738817. OLE color: 10738817.
HSL color Cylindrical-coordinate representation of color #81DCA3: hue angle of 142.42º 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 #81DCA3 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 163 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.14 |
| HSL | 142.42º | 0.57% | 0.68% | - |
| HSV(B) | 142.42º | 0.41% | 0.86% | - |
| XYZ | 41.26 | 58.5 | 43.77 | - |
| YUV | 186.29 | 114.85 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 163 | 0.41 | 0 | 0.26 | 0.14 | 142.42 | 0.57 | 0.68 |
| Hex | 81 | DC | A3 | 29 | 0 | 1A | E | 8E | 39 | 44 |
| Octal | 201 | 334 | 243 | 51 | 0 | 32 | 16 | 216 | 71 | 104 |
| Binary | 10000001 | 11011100 | 10100011 | 101001 | 0 | 11010 | 1110 | 10001110 | 111001 | 1000100 |
Color Harmonies of #81DCA3
Complementary color
Monochromatic Colors of #81DCA3
Black with #81DCA3
Text Example
Text Example
White with #81DCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DCA3; }
p { color: rgb(129,220,163); }
H1.HeaderClassName
{
color: #81DCA3;
}
.AnyTagClassName
{
color: #81DCA3;
}
</style>
background-color css
<style>
a { background-color: #81DCA3; }
a { background-color: rgb(129,220,163); }
div.DivClassName
{
background-color: #81DCA3;
}
.BgClassName
{
background-color: #81DCA3;
}
</style>
border-color css
<style>
span { border-color: #81DCA3; }
span { border-color: rgb(129,220,163); }
td.TdClassName
{
border-color: #81DCA3;
}
.TagClassName
{
border-color: #81DCA3;
}
</style>