Shades of Vista Blue #81DBAC
Tints of Vista Blue #81DBAC
RGB
CMYK
RGB Variations
Color information
#81DBAC (or 0x81DBAC) is known color: Vista Blue. HEX triplet: 81, DB and AC. RGB value is (129,219,172). Sum of RGB (Red+Green+Blue) = 129+219+172=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #81DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DBAC is #7E2453. Grayscale: #BABABA. Windows color (decimal): -8266836 or 11328385. OLE color: 11328385.
HSL color Cylindrical-coordinate representation of color #81DBAC: hue angle of 148.67º degrees, saturation: 0.56, 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 #81DBAC is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 219 | 172 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.14 |
| HSL | 148.67º | 0.56% | 0.68% | - |
| HSV(B) | 148.67º | 0.41% | 0.86% | - |
| XYZ | 41.83 | 58.31 | 48.08 | - |
| YUV | 186.73 | 119.68 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 219 | 172 | 0.41 | 0 | 0.21 | 0.14 | 148.67 | 0.56 | 0.68 |
| Hex | 81 | DB | AC | 29 | 0 | 15 | E | 95 | 38 | 44 |
| Octal | 201 | 333 | 254 | 51 | 0 | 25 | 16 | 225 | 70 | 104 |
| Binary | 10000001 | 11011011 | 10101100 | 101001 | 0 | 10101 | 1110 | 10010101 | 111000 | 1000100 |
Color Harmonies of #81DBAC
Complementary color
Monochromatic Colors of #81DBAC
Black with #81DBAC
Text Example
Text Example
White with #81DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DBAC; }
p { color: rgb(129,219,172); }
H1.HeaderClassName
{
color: #81DBAC;
}
.AnyTagClassName
{
color: #81DBAC;
}
</style>
background-color css
<style>
a { background-color: #81DBAC; }
a { background-color: rgb(129,219,172); }
div.DivClassName
{
background-color: #81DBAC;
}
.BgClassName
{
background-color: #81DBAC;
}
</style>
border-color css
<style>
span { border-color: #81DBAC; }
span { border-color: rgb(129,219,172); }
td.TdClassName
{
border-color: #81DBAC;
}
.TagClassName
{
border-color: #81DBAC;
}
</style>