Shades of Vista Blue #81EFAA
Tints of Vista Blue #81EFAA
RGB
CMYK
RGB Variations
Color information
#81EFAA (or 0x81EFAA) is known color: Vista Blue. HEX triplet: 81, EF and AA. RGB value is (129,239,170). Sum of RGB (Red+Green+Blue) = 129+239+170=538 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.98% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EFAA is #7E1055. Grayscale: #C6C6C6. Windows color (decimal): -8261718 or 11202433. OLE color: 11202433.
HSL color Cylindrical-coordinate representation of color #81EFAA: hue angle of 142.36º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EFAA is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 170 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.06 |
| HSL | 142.36º | 0.77% | 0.72% | - |
| HSV(B) | 142.36º | 0.46% | 0.94% | - |
| XYZ | 47.18 | 69.3 | 48.92 | - |
| YUV | 198.24 | 112.06 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 170 | 0.46 | 0 | 0.29 | 0.06 | 142.36 | 0.77 | 0.72 |
| Hex | 81 | EF | AA | 2E | 0 | 1D | 6 | 8E | 4D | 48 |
| Octal | 201 | 357 | 252 | 56 | 0 | 35 | 6 | 216 | 115 | 110 |
| Binary | 10000001 | 11101111 | 10101010 | 101110 | 0 | 11101 | 110 | 10001110 | 1001101 | 1001000 |
Color Harmonies of #81EFAA
Complementary color
Monochromatic Colors of #81EFAA
Black with #81EFAA
Text Example
Text Example
White with #81EFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EFAA; }
p { color: rgb(129,239,170); }
H1.HeaderClassName
{
color: #81EFAA;
}
.AnyTagClassName
{
color: #81EFAA;
}
</style>
background-color css
<style>
a { background-color: #81EFAA; }
a { background-color: rgb(129,239,170); }
div.DivClassName
{
background-color: #81EFAA;
}
.BgClassName
{
background-color: #81EFAA;
}
</style>
border-color css
<style>
span { border-color: #81EFAA; }
span { border-color: rgb(129,239,170); }
td.TdClassName
{
border-color: #81EFAA;
}
.TagClassName
{
border-color: #81EFAA;
}
</style>