Shades of Vista Blue #7FEDB7
Tints of Vista Blue #7FEDB7
RGB
CMYK
RGB Variations
Color information
#7FEDB7 (or 0x7FEDB7) is known color: Vista Blue. HEX triplet: 7F, ED and B7. RGB value is (127,237,183). Sum of RGB (Red+Green+Blue) = 127+237+183=547 (72% of max value = 765). Red value is 127 (50% from 255 or 23.22% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEDB7 is #801248. Grayscale: #C6C6C6. Windows color (decimal): -8393289 or 12053887. OLE color: 12053887.
HSL color Cylindrical-coordinate representation of color #7FEDB7: hue angle of 150.55º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEDB7 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 237 | 183 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.07 |
| HSL | 150.55º | 0.75% | 0.71% | - |
| HSV(B) | 150.55º | 0.46% | 0.93% | - |
| XYZ | 47.58 | 68.5 | 55.51 | - |
| YUV | 197.95 | 119.56 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 183 | 0.46 | 0 | 0.23 | 0.07 | 150.55 | 0.75 | 0.71 |
| Hex | 7F | ED | B7 | 2E | 0 | 17 | 7 | 97 | 4B | 47 |
| Octal | 177 | 355 | 267 | 56 | 0 | 27 | 7 | 227 | 113 | 107 |
| Binary | 1111111 | 11101101 | 10110111 | 101110 | 0 | 10111 | 111 | 10010111 | 1001011 | 1000111 |
Color Harmonies of #7FEDB7
Complementary color
Monochromatic Colors of #7FEDB7
Black with #7FEDB7
Text Example
Text Example
White with #7FEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEDB7; }
p { color: rgb(127,237,183); }
H1.HeaderClassName
{
color: #7FEDB7;
}
.AnyTagClassName
{
color: #7FEDB7;
}
</style>
background-color css
<style>
a { background-color: #7FEDB7; }
a { background-color: rgb(127,237,183); }
div.DivClassName
{
background-color: #7FEDB7;
}
.BgClassName
{
background-color: #7FEDB7;
}
</style>
border-color css
<style>
span { border-color: #7FEDB7; }
span { border-color: rgb(127,237,183); }
td.TdClassName
{
border-color: #7FEDB7;
}
.TagClassName
{
border-color: #7FEDB7;
}
</style>