Shades of Vista Blue #7FEDB4
Tints of Vista Blue #7FEDB4
RGB
CMYK
RGB Variations
Color information
#7FEDB4 (or 0x7FEDB4) is known color: Vista Blue. HEX triplet: 7F, ED and B4. RGB value is (127,237,180). Sum of RGB (Red+Green+Blue) = 127+237+180=544 (72% of max value = 765). Red value is 127 (50% from 255 or 23.35% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEDB4 is #80124B. Grayscale: #C5C5C5. Windows color (decimal): -8393292 or 11857279. OLE color: 11857279.
HSL color Cylindrical-coordinate representation of color #7FEDB4: hue angle of 148.91º 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 #7FEDB4 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 237 | 180 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.07 |
| HSL | 148.91º | 0.75% | 0.71% | - |
| HSV(B) | 148.91º | 0.46% | 0.93% | - |
| XYZ | 47.27 | 68.38 | 53.89 | - |
| YUV | 197.61 | 118.06 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 180 | 0.46 | 0 | 0.24 | 0.07 | 148.91 | 0.75 | 0.71 |
| Hex | 7F | ED | B4 | 2E | 0 | 18 | 7 | 95 | 4B | 47 |
| Octal | 177 | 355 | 264 | 56 | 0 | 30 | 7 | 225 | 113 | 107 |
| Binary | 1111111 | 11101101 | 10110100 | 101110 | 0 | 11000 | 111 | 10010101 | 1001011 | 1000111 |
Color Harmonies of #7FEDB4
Complementary color
Monochromatic Colors of #7FEDB4
Black with #7FEDB4
Text Example
Text Example
White with #7FEDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEDB4; }
p { color: rgb(127,237,180); }
H1.HeaderClassName
{
color: #7FEDB4;
}
.AnyTagClassName
{
color: #7FEDB4;
}
</style>
background-color css
<style>
a { background-color: #7FEDB4; }
a { background-color: rgb(127,237,180); }
div.DivClassName
{
background-color: #7FEDB4;
}
.BgClassName
{
background-color: #7FEDB4;
}
</style>
border-color css
<style>
span { border-color: #7FEDB4; }
span { border-color: rgb(127,237,180); }
td.TdClassName
{
border-color: #7FEDB4;
}
.TagClassName
{
border-color: #7FEDB4;
}
</style>