Shades of Vista Blue #81DBA3
Tints of Vista Blue #81DBA3
RGB
CMYK
RGB Variations
Color information
#81DBA3 (or 0x81DBA3) is known color: Vista Blue. HEX triplet: 81, DB and A3. RGB value is (129,219,163). Sum of RGB (Red+Green+Blue) = 129+219+163=511 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.24% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #81DBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DBA3 is #7E245C. Grayscale: #B9B9B9. Windows color (decimal): -8266845 or 10738561. OLE color: 10738561.
HSL color Cylindrical-coordinate representation of color #81DBA3: hue angle of 142.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 #81DBA3 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 219 | 163 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.14 |
| HSL | 142.67º | 0.56% | 0.68% | - |
| HSV(B) | 142.67º | 0.41% | 0.86% | - |
| XYZ | 41 | 57.97 | 43.68 | - |
| YUV | 185.71 | 115.18 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 219 | 163 | 0.41 | 0 | 0.26 | 0.14 | 142.67 | 0.56 | 0.68 |
| Hex | 81 | DB | A3 | 29 | 0 | 1A | E | 8F | 38 | 44 |
| Octal | 201 | 333 | 243 | 51 | 0 | 32 | 16 | 217 | 70 | 104 |
| Binary | 10000001 | 11011011 | 10100011 | 101001 | 0 | 11010 | 1110 | 10001111 | 111000 | 1000100 |
Color Harmonies of #81DBA3
Complementary color
Monochromatic Colors of #81DBA3
Black with #81DBA3
Text Example
Text Example
White with #81DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DBA3; }
p { color: rgb(129,219,163); }
H1.HeaderClassName
{
color: #81DBA3;
}
.AnyTagClassName
{
color: #81DBA3;
}
</style>
background-color css
<style>
a { background-color: #81DBA3; }
a { background-color: rgb(129,219,163); }
div.DivClassName
{
background-color: #81DBA3;
}
.BgClassName
{
background-color: #81DBA3;
}
</style>
border-color css
<style>
span { border-color: #81DBA3; }
span { border-color: rgb(129,219,163); }
td.TdClassName
{
border-color: #81DBA3;
}
.TagClassName
{
border-color: #81DBA3;
}
</style>