Shades of Vista Blue #81EFA7
Tints of Vista Blue #81EFA7
RGB
CMYK
RGB Variations
Color information
#81EFA7 (or 0x81EFA7) is known color: Vista Blue. HEX triplet: 81, EF and A7. RGB value is (129,239,167). Sum of RGB (Red+Green+Blue) = 129+239+167=535 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.11% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 167 (65.62% from 255 or 31.21% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EFA7 is #7E1058. Grayscale: #C6C6C6. Windows color (decimal): -8261721 or 11005825. OLE color: 11005825.
HSL color Cylindrical-coordinate representation of color #81EFA7: hue angle of 140.73º 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 #81EFA7 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 167 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.06 |
| HSL | 140.73º | 0.77% | 0.72% | - |
| HSV(B) | 140.73º | 0.46% | 0.94% | - |
| XYZ | 46.89 | 69.19 | 47.44 | - |
| YUV | 197.9 | 110.56 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 167 | 0.46 | 0 | 0.30 | 0.06 | 140.73 | 0.77 | 0.72 |
| Hex | 81 | EF | A7 | 2E | 0 | 1E | 6 | 8D | 4D | 48 |
| Octal | 201 | 357 | 247 | 56 | 0 | 36 | 6 | 215 | 115 | 110 |
| Binary | 10000001 | 11101111 | 10100111 | 101110 | 0 | 11110 | 110 | 10001101 | 1001101 | 1001000 |
Color Harmonies of #81EFA7
Complementary color
Monochromatic Colors of #81EFA7
Black with #81EFA7
Text Example
Text Example
White with #81EFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EFA7; }
p { color: rgb(129,239,167); }
H1.HeaderClassName
{
color: #81EFA7;
}
.AnyTagClassName
{
color: #81EFA7;
}
</style>
background-color css
<style>
a { background-color: #81EFA7; }
a { background-color: rgb(129,239,167); }
div.DivClassName
{
background-color: #81EFA7;
}
.BgClassName
{
background-color: #81EFA7;
}
</style>
border-color css
<style>
span { border-color: #81EFA7; }
span { border-color: rgb(129,239,167); }
td.TdClassName
{
border-color: #81EFA7;
}
.TagClassName
{
border-color: #81EFA7;
}
</style>