Shades of Vista Blue #7CF0B1
Tints of Vista Blue #7CF0B1
RGB
CMYK
RGB Variations
Color information
#7CF0B1 (or 0x7CF0B1) is known color: Vista Blue. HEX triplet: 7C, F0 and B1. RGB value is (124,240,177). Sum of RGB (Red+Green+Blue) = 124+240+177=541 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.92% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF0B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF0B1 is #830F4E. Grayscale: #C6C6C6. Windows color (decimal): -8589135 or 11661436. OLE color: 11661436.
HSL color Cylindrical-coordinate representation of color #7CF0B1: hue angle of 147.41º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CF0B1 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 240 | 177 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.06 |
| HSL | 147.41º | 0.79% | 0.71% | - |
| HSV(B) | 147.41º | 0.48% | 0.94% | - |
| XYZ | 47.41 | 69.78 | 52.57 | - |
| YUV | 198.13 | 116.07 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 240 | 177 | 0.48 | 0 | 0.26 | 0.06 | 147.41 | 0.79 | 0.71 |
| Hex | 7C | F0 | B1 | 30 | 0 | 1A | 6 | 93 | 4F | 47 |
| Octal | 174 | 360 | 261 | 60 | 0 | 32 | 6 | 223 | 117 | 107 |
| Binary | 1111100 | 11110000 | 10110001 | 110000 | 0 | 11010 | 110 | 10010011 | 1001111 | 1000111 |
Color Harmonies of #7CF0B1
Complementary color
Monochromatic Colors of #7CF0B1
Black with #7CF0B1
Text Example
Text Example
White with #7CF0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF0B1; }
p { color: rgb(124,240,177); }
H1.HeaderClassName
{
color: #7CF0B1;
}
.AnyTagClassName
{
color: #7CF0B1;
}
</style>
background-color css
<style>
a { background-color: #7CF0B1; }
a { background-color: rgb(124,240,177); }
div.DivClassName
{
background-color: #7CF0B1;
}
.BgClassName
{
background-color: #7CF0B1;
}
</style>
border-color css
<style>
span { border-color: #7CF0B1; }
span { border-color: rgb(124,240,177); }
td.TdClassName
{
border-color: #7CF0B1;
}
.TagClassName
{
border-color: #7CF0B1;
}
</style>