Shades of Vista Blue #81EFB5
Tints of Vista Blue #81EFB5
RGB
CMYK
RGB Variations
Color information
#81EFB5 (or 0x81EFB5) is known color: Vista Blue. HEX triplet: 81, EF and B5. RGB value is (129,239,181). Sum of RGB (Red+Green+Blue) = 129+239+181=549 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.50% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EFB5 is #7E104A. Grayscale: #C7C7C7. Windows color (decimal): -8261707 or 11923329. OLE color: 11923329.
HSL color Cylindrical-coordinate representation of color #81EFB5: hue angle of 148.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 #81EFB5 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 181 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.06 |
| HSL | 148.36º | 0.77% | 0.72% | - |
| HSV(B) | 148.36º | 0.46% | 0.94% | - |
| XYZ | 48.26 | 69.74 | 54.63 | - |
| YUV | 199.5 | 117.56 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 181 | 0.46 | 0 | 0.24 | 0.06 | 148.36 | 0.77 | 0.72 |
| Hex | 81 | EF | B5 | 2E | 0 | 18 | 6 | 94 | 4D | 48 |
| Octal | 201 | 357 | 265 | 56 | 0 | 30 | 6 | 224 | 115 | 110 |
| Binary | 10000001 | 11101111 | 10110101 | 101110 | 0 | 11000 | 110 | 10010100 | 1001101 | 1001000 |
Color Harmonies of #81EFB5
Complementary color
Monochromatic Colors of #81EFB5
Black with #81EFB5
Text Example
Text Example
White with #81EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EFB5; }
p { color: rgb(129,239,181); }
H1.HeaderClassName
{
color: #81EFB5;
}
.AnyTagClassName
{
color: #81EFB5;
}
</style>
background-color css
<style>
a { background-color: #81EFB5; }
a { background-color: rgb(129,239,181); }
div.DivClassName
{
background-color: #81EFB5;
}
.BgClassName
{
background-color: #81EFB5;
}
</style>
border-color css
<style>
span { border-color: #81EFB5; }
span { border-color: rgb(129,239,181); }
td.TdClassName
{
border-color: #81EFB5;
}
.TagClassName
{
border-color: #81EFB5;
}
</style>