Shades of Vista Blue #7FF1B2
Tints of Vista Blue #7FF1B2
RGB
CMYK
RGB Variations
Color information
#7FF1B2 (or 0x7FF1B2) is known color: Vista Blue. HEX triplet: 7F, F1 and B2. RGB value is (127,241,178). Sum of RGB (Red+Green+Blue) = 127+241+178=546 (72% of max value = 765). Red value is 127 (50% from 255 or 23.26% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #7FF1B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF1B2 is #800E4D. Grayscale: #C7C7C7. Windows color (decimal): -8392270 or 11727231. OLE color: 11727231.
HSL color Cylindrical-coordinate representation of color #7FF1B2: hue angle of 146.84º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FF1B2 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 241 | 178 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.05 |
| HSL | 146.84º | 0.8% | 0.72% | - |
| HSV(B) | 146.84º | 0.47% | 0.95% | - |
| XYZ | 48.24 | 70.64 | 53.21 | - |
| YUV | 199.73 | 115.73 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 241 | 178 | 0.47 | 0 | 0.26 | 0.05 | 146.84 | 0.8 | 0.72 |
| Hex | 7F | F1 | B2 | 2F | 0 | 1A | 5 | 93 | 50 | 48 |
| Octal | 177 | 361 | 262 | 57 | 0 | 32 | 5 | 223 | 120 | 110 |
| Binary | 1111111 | 11110001 | 10110010 | 101111 | 0 | 11010 | 101 | 10010011 | 1010000 | 1001000 |
Color Harmonies of #7FF1B2
Complementary color
Monochromatic Colors of #7FF1B2
Black with #7FF1B2
Text Example
Text Example
White with #7FF1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF1B2; }
p { color: rgb(127,241,178); }
H1.HeaderClassName
{
color: #7FF1B2;
}
.AnyTagClassName
{
color: #7FF1B2;
}
</style>
background-color css
<style>
a { background-color: #7FF1B2; }
a { background-color: rgb(127,241,178); }
div.DivClassName
{
background-color: #7FF1B2;
}
.BgClassName
{
background-color: #7FF1B2;
}
</style>
border-color css
<style>
span { border-color: #7FF1B2; }
span { border-color: rgb(127,241,178); }
td.TdClassName
{
border-color: #7FF1B2;
}
.TagClassName
{
border-color: #7FF1B2;
}
</style>