Shades of Vista Blue #81DFAB
Tints of Vista Blue #81DFAB
RGB
CMYK
RGB Variations
Color information
#81DFAB (or 0x81DFAB) is known color: Vista Blue. HEX triplet: 81, DF and AB. RGB value is (129,223,171). Sum of RGB (Red+Green+Blue) = 129+223+171=523 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.67% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #81DFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DFAB is #7E2054. Grayscale: #BDBDBD. Windows color (decimal): -8265813 or 11263873. OLE color: 11263873.
HSL color Cylindrical-coordinate representation of color #81DFAB: hue angle of 146.81º 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 #81DFAB is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 223 | 171 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.13 |
| HSL | 146.81º | 0.59% | 0.69% | - |
| HSV(B) | 146.81º | 0.42% | 0.87% | - |
| XYZ | 42.79 | 60.38 | 47.93 | - |
| YUV | 188.97 | 117.86 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 171 | 0.42 | 0 | 0.23 | 0.13 | 146.81 | 0.59 | 0.69 |
| Hex | 81 | DF | AB | 2A | 0 | 17 | D | 93 | 3B | 45 |
| Octal | 201 | 337 | 253 | 52 | 0 | 27 | 15 | 223 | 73 | 105 |
| Binary | 10000001 | 11011111 | 10101011 | 101010 | 0 | 10111 | 1101 | 10010011 | 111011 | 1000101 |
Color Harmonies of #81DFAB
Complementary color
Monochromatic Colors of #81DFAB
Black with #81DFAB
Text Example
Text Example
White with #81DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DFAB; }
p { color: rgb(129,223,171); }
H1.HeaderClassName
{
color: #81DFAB;
}
.AnyTagClassName
{
color: #81DFAB;
}
</style>
background-color css
<style>
a { background-color: #81DFAB; }
a { background-color: rgb(129,223,171); }
div.DivClassName
{
background-color: #81DFAB;
}
.BgClassName
{
background-color: #81DFAB;
}
</style>
border-color css
<style>
span { border-color: #81DFAB; }
span { border-color: rgb(129,223,171); }
td.TdClassName
{
border-color: #81DFAB;
}
.TagClassName
{
border-color: #81DFAB;
}
</style>