Shades of Vista Blue #7FECB7
Tints of Vista Blue #7FECB7
RGB
CMYK
RGB Variations
Color information
#7FECB7 (or 0x7FECB7) is known color: Vista Blue. HEX triplet: 7F, EC and B7. RGB value is (127,236,183). Sum of RGB (Red+Green+Blue) = 127+236+183=546 (72% of max value = 765). Red value is 127 (50% from 255 or 23.26% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #7FECB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FECB7 is #801348. Grayscale: #C5C5C5. Windows color (decimal): -8393545 or 12053631. OLE color: 12053631.
HSL color Cylindrical-coordinate representation of color #7FECB7: hue angle of 150.83º degrees, saturation: 0.74, 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 #7FECB7 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 236 | 183 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.07 |
| HSL | 150.83º | 0.74% | 0.71% | - |
| HSV(B) | 150.83º | 0.46% | 0.93% | - |
| XYZ | 47.3 | 67.92 | 55.42 | - |
| YUV | 197.37 | 119.89 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 183 | 0.46 | 0 | 0.22 | 0.07 | 150.83 | 0.74 | 0.71 |
| Hex | 7F | EC | B7 | 2E | 0 | 16 | 7 | 97 | 4A | 47 |
| Octal | 177 | 354 | 267 | 56 | 0 | 26 | 7 | 227 | 112 | 107 |
| Binary | 1111111 | 11101100 | 10110111 | 101110 | 0 | 10110 | 111 | 10010111 | 1001010 | 1000111 |
Color Harmonies of #7FECB7
Complementary color
Monochromatic Colors of #7FECB7
Black with #7FECB7
Text Example
Text Example
White with #7FECB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECB7; }
p { color: rgb(127,236,183); }
H1.HeaderClassName
{
color: #7FECB7;
}
.AnyTagClassName
{
color: #7FECB7;
}
</style>
background-color css
<style>
a { background-color: #7FECB7; }
a { background-color: rgb(127,236,183); }
div.DivClassName
{
background-color: #7FECB7;
}
.BgClassName
{
background-color: #7FECB7;
}
</style>
border-color css
<style>
span { border-color: #7FECB7; }
span { border-color: rgb(127,236,183); }
td.TdClassName
{
border-color: #7FECB7;
}
.TagClassName
{
border-color: #7FECB7;
}
</style>