Shades of Vista Blue #7FEBB6
Tints of Vista Blue #7FEBB6
RGB
CMYK
RGB Variations
Color information
#7FEBB6 (or 0x7FEBB6) is known color: Vista Blue. HEX triplet: 7F, EB and B6. RGB value is (127,235,182). Sum of RGB (Red+Green+Blue) = 127+235+182=544 (72% of max value = 765). Red value is 127 (50% from 255 or 23.35% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 235 - color contains mainly: green. Hex color #7FEBB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEBB6 is #801449. Grayscale: #C4C4C4. Windows color (decimal): -8393802 or 11987839. OLE color: 11987839.
HSL color Cylindrical-coordinate representation of color #7FEBB6: hue angle of 150.56º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEBB6 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 235 | 182 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.08 |
| HSL | 150.56º | 0.73% | 0.71% | - |
| HSV(B) | 150.56º | 0.46% | 0.92% | - |
| XYZ | 46.9 | 67.31 | 54.78 | - |
| YUV | 196.67 | 119.72 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 235 | 182 | 0.46 | 0 | 0.23 | 0.08 | 150.56 | 0.73 | 0.71 |
| Hex | 7F | EB | B6 | 2E | 0 | 17 | 8 | 97 | 49 | 47 |
| Octal | 177 | 353 | 266 | 56 | 0 | 27 | 10 | 227 | 111 | 107 |
| Binary | 1111111 | 11101011 | 10110110 | 101110 | 0 | 10111 | 1000 | 10010111 | 1001001 | 1000111 |
Color Harmonies of #7FEBB6
Complementary color
Monochromatic Colors of #7FEBB6
Black with #7FEBB6
Text Example
Text Example
White with #7FEBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEBB6; }
p { color: rgb(127,235,182); }
H1.HeaderClassName
{
color: #7FEBB6;
}
.AnyTagClassName
{
color: #7FEBB6;
}
</style>
background-color css
<style>
a { background-color: #7FEBB6; }
a { background-color: rgb(127,235,182); }
div.DivClassName
{
background-color: #7FEBB6;
}
.BgClassName
{
background-color: #7FEBB6;
}
</style>
border-color css
<style>
span { border-color: #7FEBB6; }
span { border-color: rgb(127,235,182); }
td.TdClassName
{
border-color: #7FEBB6;
}
.TagClassName
{
border-color: #7FEBB6;
}
</style>