Shades of Vista Blue #81DAAB
Tints of Vista Blue #81DAAB
RGB
CMYK
RGB Variations
Color information
#81DAAB (or 0x81DAAB) is known color: Vista Blue. HEX triplet: 81, DA and AB. RGB value is (129,218,171). Sum of RGB (Red+Green+Blue) = 129+218+171=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #81DAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DAAB is #7E2554. Grayscale: #BABABA. Windows color (decimal): -8267093 or 11262593. OLE color: 11262593.
HSL color Cylindrical-coordinate representation of color #81DAAB: hue angle of 148.31º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DAAB is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 171 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.15 |
| HSL | 148.31º | 0.55% | 0.68% | - |
| HSV(B) | 148.31º | 0.41% | 0.85% | - |
| XYZ | 41.48 | 57.75 | 47.49 | - |
| YUV | 186.03 | 119.51 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 171 | 0.41 | 0 | 0.22 | 0.15 | 148.31 | 0.55 | 0.68 |
| Hex | 81 | DA | AB | 29 | 0 | 16 | F | 94 | 37 | 44 |
| Octal | 201 | 332 | 253 | 51 | 0 | 26 | 17 | 224 | 67 | 104 |
| Binary | 10000001 | 11011010 | 10101011 | 101001 | 0 | 10110 | 1111 | 10010100 | 110111 | 1000100 |
Color Harmonies of #81DAAB
Complementary color
Monochromatic Colors of #81DAAB
Black with #81DAAB
Text Example
Text Example
White with #81DAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DAAB; }
p { color: rgb(129,218,171); }
H1.HeaderClassName
{
color: #81DAAB;
}
.AnyTagClassName
{
color: #81DAAB;
}
</style>
background-color css
<style>
a { background-color: #81DAAB; }
a { background-color: rgb(129,218,171); }
div.DivClassName
{
background-color: #81DAAB;
}
.BgClassName
{
background-color: #81DAAB;
}
</style>
border-color css
<style>
span { border-color: #81DAAB; }
span { border-color: rgb(129,218,171); }
td.TdClassName
{
border-color: #81DAAB;
}
.TagClassName
{
border-color: #81DAAB;
}
</style>