Shades of Vista Blue #81EFB6
Tints of Vista Blue #81EFB6
RGB
CMYK
RGB Variations
Color information
#81EFB6 (or 0x81EFB6) is known color: Vista Blue. HEX triplet: 81, EF and B6. RGB value is (129,239,182). Sum of RGB (Red+Green+Blue) = 129+239+182=550 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.45% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EFB6 is #7E1049. Grayscale: #C7C7C7. Windows color (decimal): -8261706 or 11988865. OLE color: 11988865.
HSL color Cylindrical-coordinate representation of color #81EFB6: hue angle of 148.91º 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 #81EFB6 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 182 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.06 |
| HSL | 148.91º | 0.77% | 0.72% | - |
| HSV(B) | 148.91º | 0.46% | 0.94% | - |
| XYZ | 48.36 | 69.78 | 55.18 | - |
| YUV | 199.61 | 118.06 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 182 | 0.46 | 0 | 0.24 | 0.06 | 148.91 | 0.77 | 0.72 |
| Hex | 81 | EF | B6 | 2E | 0 | 18 | 6 | 95 | 4D | 48 |
| Octal | 201 | 357 | 266 | 56 | 0 | 30 | 6 | 225 | 115 | 110 |
| Binary | 10000001 | 11101111 | 10110110 | 101110 | 0 | 11000 | 110 | 10010101 | 1001101 | 1001000 |
Color Harmonies of #81EFB6
Complementary color
Monochromatic Colors of #81EFB6
Black with #81EFB6
Text Example
Text Example
White with #81EFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EFB6; }
p { color: rgb(129,239,182); }
H1.HeaderClassName
{
color: #81EFB6;
}
.AnyTagClassName
{
color: #81EFB6;
}
</style>
background-color css
<style>
a { background-color: #81EFB6; }
a { background-color: rgb(129,239,182); }
div.DivClassName
{
background-color: #81EFB6;
}
.BgClassName
{
background-color: #81EFB6;
}
</style>
border-color css
<style>
span { border-color: #81EFB6; }
span { border-color: rgb(129,239,182); }
td.TdClassName
{
border-color: #81EFB6;
}
.TagClassName
{
border-color: #81EFB6;
}
</style>