Shades of Vista Blue #7FF2B1
Tints of Vista Blue #7FF2B1
RGB
CMYK
RGB Variations
Color information
#7FF2B1 (or 0x7FF2B1) is known color: Vista Blue. HEX triplet: 7F, F2 and B1. RGB value is (127,242,177). Sum of RGB (Red+Green+Blue) = 127+242+177=546 (72% of max value = 765). Red value is 127 (50% from 255 or 23.26% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF2B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF2B1 is #800D4E. Grayscale: #C8C8C8. Windows color (decimal): -8392015 or 11661951. OLE color: 11661951.
HSL color Cylindrical-coordinate representation of color #7FF2B1: hue angle of 146.09º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF2B1 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 242 | 177 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.05 |
| HSL | 146.09º | 0.82% | 0.72% | - |
| HSV(B) | 146.09º | 0.48% | 0.95% | - |
| XYZ | 48.44 | 71.19 | 52.78 | - |
| YUV | 200.21 | 114.9 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 242 | 177 | 0.48 | 0 | 0.27 | 0.05 | 146.09 | 0.82 | 0.72 |
| Hex | 7F | F2 | B1 | 30 | 0 | 1B | 5 | 92 | 52 | 48 |
| Octal | 177 | 362 | 261 | 60 | 0 | 33 | 5 | 222 | 122 | 110 |
| Binary | 1111111 | 11110010 | 10110001 | 110000 | 0 | 11011 | 101 | 10010010 | 1010010 | 1001000 |
Color Harmonies of #7FF2B1
Complementary color
Monochromatic Colors of #7FF2B1
Black with #7FF2B1
Text Example
Text Example
White with #7FF2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF2B1; }
p { color: rgb(127,242,177); }
H1.HeaderClassName
{
color: #7FF2B1;
}
.AnyTagClassName
{
color: #7FF2B1;
}
</style>
background-color css
<style>
a { background-color: #7FF2B1; }
a { background-color: rgb(127,242,177); }
div.DivClassName
{
background-color: #7FF2B1;
}
.BgClassName
{
background-color: #7FF2B1;
}
</style>
border-color css
<style>
span { border-color: #7FF2B1; }
span { border-color: rgb(127,242,177); }
td.TdClassName
{
border-color: #7FF2B1;
}
.TagClassName
{
border-color: #7FF2B1;
}
</style>