Shades of Vista Blue #81EFAF
Tints of Vista Blue #81EFAF
RGB
CMYK
RGB Variations
Color information
#81EFAF (or 0x81EFAF) is known color: Vista Blue. HEX triplet: 81, EF and AF. RGB value is (129,239,175). Sum of RGB (Red+Green+Blue) = 129+239+175=543 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.76% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EFAF is #7E1050. Grayscale: #C6C6C6. Windows color (decimal): -8261713 or 11530113. OLE color: 11530113.
HSL color Cylindrical-coordinate representation of color #81EFAF: hue angle of 145.09º 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 #81EFAF is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 175 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.06 |
| HSL | 145.09º | 0.77% | 0.72% | - |
| HSV(B) | 145.09º | 0.46% | 0.94% | - |
| XYZ | 47.66 | 69.5 | 51.46 | - |
| YUV | 198.81 | 114.56 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 175 | 0.46 | 0 | 0.27 | 0.06 | 145.09 | 0.77 | 0.72 |
| Hex | 81 | EF | AF | 2E | 0 | 1B | 6 | 91 | 4D | 48 |
| Octal | 201 | 357 | 257 | 56 | 0 | 33 | 6 | 221 | 115 | 110 |
| Binary | 10000001 | 11101111 | 10101111 | 101110 | 0 | 11011 | 110 | 10010001 | 1001101 | 1001000 |
Color Harmonies of #81EFAF
Complementary color
Monochromatic Colors of #81EFAF
Black with #81EFAF
Text Example
Text Example
White with #81EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EFAF; }
p { color: rgb(129,239,175); }
H1.HeaderClassName
{
color: #81EFAF;
}
.AnyTagClassName
{
color: #81EFAF;
}
</style>
background-color css
<style>
a { background-color: #81EFAF; }
a { background-color: rgb(129,239,175); }
div.DivClassName
{
background-color: #81EFAF;
}
.BgClassName
{
background-color: #81EFAF;
}
</style>
border-color css
<style>
span { border-color: #81EFAF; }
span { border-color: rgb(129,239,175); }
td.TdClassName
{
border-color: #81EFAF;
}
.TagClassName
{
border-color: #81EFAF;
}
</style>