Shades of Vista Blue #7FEDB0
Tints of Vista Blue #7FEDB0
RGB
CMYK
RGB Variations
Color information
#7FEDB0 (or 0x7FEDB0) is known color: Vista Blue. HEX triplet: 7F, ED and B0. RGB value is (127,237,176). Sum of RGB (Red+Green+Blue) = 127+237+176=540 (71% of max value = 765). Red value is 127 (50% from 255 or 23.52% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEDB0 is #80124F. Grayscale: #C5C5C5. Windows color (decimal): -8393296 or 11595135. OLE color: 11595135.
HSL color Cylindrical-coordinate representation of color #7FEDB0: hue angle of 146.73º 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 #7FEDB0 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 237 | 176 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.07 |
| HSL | 146.73º | 0.75% | 0.71% | - |
| HSV(B) | 146.73º | 0.46% | 0.93% | - |
| XYZ | 46.87 | 68.21 | 51.77 | - |
| YUV | 197.16 | 116.06 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 176 | 0.46 | 0 | 0.26 | 0.07 | 146.73 | 0.75 | 0.71 |
| Hex | 7F | ED | B0 | 2E | 0 | 1A | 7 | 93 | 4B | 47 |
| Octal | 177 | 355 | 260 | 56 | 0 | 32 | 7 | 223 | 113 | 107 |
| Binary | 1111111 | 11101101 | 10110000 | 101110 | 0 | 11010 | 111 | 10010011 | 1001011 | 1000111 |
Color Harmonies of #7FEDB0
Complementary color
Monochromatic Colors of #7FEDB0
Black with #7FEDB0
Text Example
Text Example
White with #7FEDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEDB0; }
p { color: rgb(127,237,176); }
H1.HeaderClassName
{
color: #7FEDB0;
}
.AnyTagClassName
{
color: #7FEDB0;
}
</style>
background-color css
<style>
a { background-color: #7FEDB0; }
a { background-color: rgb(127,237,176); }
div.DivClassName
{
background-color: #7FEDB0;
}
.BgClassName
{
background-color: #7FEDB0;
}
</style>
border-color css
<style>
span { border-color: #7FEDB0; }
span { border-color: rgb(127,237,176); }
td.TdClassName
{
border-color: #7FEDB0;
}
.TagClassName
{
border-color: #7FEDB0;
}
</style>