Shades of Vista Blue #7FECB5
Tints of Vista Blue #7FECB5
RGB
CMYK
RGB Variations
Color information
#7FECB5 (or 0x7FECB5) is known color: Vista Blue. HEX triplet: 7F, EC and B5. RGB value is (127,236,181). Sum of RGB (Red+Green+Blue) = 127+236+181=544 (72% of max value = 765). Red value is 127 (50% from 255 or 23.35% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #7FECB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FECB5 is #80134A. Grayscale: #C5C5C5. Windows color (decimal): -8393547 or 11922559. OLE color: 11922559.
HSL color Cylindrical-coordinate representation of color #7FECB5: hue angle of 149.72º 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 #7FECB5 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 236 | 181 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.07 |
| HSL | 149.72º | 0.74% | 0.71% | - |
| HSV(B) | 149.72º | 0.46% | 0.93% | - |
| XYZ | 47.09 | 67.84 | 54.33 | - |
| YUV | 197.14 | 118.89 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 181 | 0.46 | 0 | 0.23 | 0.07 | 149.72 | 0.74 | 0.71 |
| Hex | 7F | EC | B5 | 2E | 0 | 17 | 7 | 96 | 4A | 47 |
| Octal | 177 | 354 | 265 | 56 | 0 | 27 | 7 | 226 | 112 | 107 |
| Binary | 1111111 | 11101100 | 10110101 | 101110 | 0 | 10111 | 111 | 10010110 | 1001010 | 1000111 |
Color Harmonies of #7FECB5
Complementary color
Monochromatic Colors of #7FECB5
Black with #7FECB5
Text Example
Text Example
White with #7FECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECB5; }
p { color: rgb(127,236,181); }
H1.HeaderClassName
{
color: #7FECB5;
}
.AnyTagClassName
{
color: #7FECB5;
}
</style>
background-color css
<style>
a { background-color: #7FECB5; }
a { background-color: rgb(127,236,181); }
div.DivClassName
{
background-color: #7FECB5;
}
.BgClassName
{
background-color: #7FECB5;
}
</style>
border-color css
<style>
span { border-color: #7FECB5; }
span { border-color: rgb(127,236,181); }
td.TdClassName
{
border-color: #7FECB5;
}
.TagClassName
{
border-color: #7FECB5;
}
</style>