Shades of Vista Blue #81DFA9
Tints of Vista Blue #81DFA9
RGB
CMYK
RGB Variations
Color information
#81DFA9 (or 0x81DFA9) is known color: Vista Blue. HEX triplet: 81, DF and A9. RGB value is (129,223,169). Sum of RGB (Red+Green+Blue) = 129+223+169=521 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.76% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #81DFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DFA9 is #7E2056. Grayscale: #BCBCBC. Windows color (decimal): -8265815 or 11132801. OLE color: 11132801.
HSL color Cylindrical-coordinate representation of color #81DFA9: hue angle of 145.53º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DFA9 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 223 | 169 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.13 |
| HSL | 145.53º | 0.59% | 0.69% | - |
| HSV(B) | 145.53º | 0.42% | 0.87% | - |
| XYZ | 42.6 | 60.31 | 46.93 | - |
| YUV | 188.74 | 116.86 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 169 | 0.42 | 0 | 0.24 | 0.13 | 145.53 | 0.59 | 0.69 |
| Hex | 81 | DF | A9 | 2A | 0 | 18 | D | 92 | 3B | 45 |
| Octal | 201 | 337 | 251 | 52 | 0 | 30 | 15 | 222 | 73 | 105 |
| Binary | 10000001 | 11011111 | 10101001 | 101010 | 0 | 11000 | 1101 | 10010010 | 111011 | 1000101 |
Color Harmonies of #81DFA9
Complementary color
Monochromatic Colors of #81DFA9
Black with #81DFA9
Text Example
Text Example
White with #81DFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DFA9; }
p { color: rgb(129,223,169); }
H1.HeaderClassName
{
color: #81DFA9;
}
.AnyTagClassName
{
color: #81DFA9;
}
</style>
background-color css
<style>
a { background-color: #81DFA9; }
a { background-color: rgb(129,223,169); }
div.DivClassName
{
background-color: #81DFA9;
}
.BgClassName
{
background-color: #81DFA9;
}
</style>
border-color css
<style>
span { border-color: #81DFA9; }
span { border-color: rgb(129,223,169); }
td.TdClassName
{
border-color: #81DFA9;
}
.TagClassName
{
border-color: #81DFA9;
}
</style>