Shades of Vista Blue #81E7B5
Tints of Vista Blue #81E7B5
RGB
CMYK
RGB Variations
Color information
#81E7B5 (or 0x81E7B5) is known color: Vista Blue. HEX triplet: 81, E7 and B5. RGB value is (129,231,181). Sum of RGB (Red+Green+Blue) = 129+231+181=541 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.84% from 541); Green value is 231 (90.62% from 255 or 42.70% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 231 - color contains mainly: green. Hex color #81E7B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81E7B5 is #7E184A. Grayscale: #C2C2C2. Windows color (decimal): -8263755 or 11921281. OLE color: 11921281.
HSL color Cylindrical-coordinate representation of color #81E7B5: hue angle of 150.59º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81E7B5 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 231 | 181 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.09 |
| HSL | 150.59º | 0.68% | 0.71% | - |
| HSV(B) | 150.59º | 0.44% | 0.91% | - |
| XYZ | 45.97 | 65.16 | 53.87 | - |
| YUV | 194.8 | 120.21 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 231 | 181 | 0.44 | 0 | 0.22 | 0.09 | 150.59 | 0.68 | 0.71 |
| Hex | 81 | E7 | B5 | 2C | 0 | 16 | 9 | 97 | 44 | 47 |
| Octal | 201 | 347 | 265 | 54 | 0 | 26 | 11 | 227 | 104 | 107 |
| Binary | 10000001 | 11100111 | 10110101 | 101100 | 0 | 10110 | 1001 | 10010111 | 1000100 | 1000111 |
Color Harmonies of #81E7B5
Complementary color
Monochromatic Colors of #81E7B5
Black with #81E7B5
Text Example
Text Example
White with #81E7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E7B5; }
p { color: rgb(129,231,181); }
H1.HeaderClassName
{
color: #81E7B5;
}
.AnyTagClassName
{
color: #81E7B5;
}
</style>
background-color css
<style>
a { background-color: #81E7B5; }
a { background-color: rgb(129,231,181); }
div.DivClassName
{
background-color: #81E7B5;
}
.BgClassName
{
background-color: #81E7B5;
}
</style>
border-color css
<style>
span { border-color: #81E7B5; }
span { border-color: rgb(129,231,181); }
td.TdClassName
{
border-color: #81E7B5;
}
.TagClassName
{
border-color: #81E7B5;
}
</style>