Shades of Vista Blue #7FF4B1
Tints of Vista Blue #7FF4B1
RGB
CMYK
RGB Variations
Color information
#7FF4B1 (or 0x7FF4B1) is known color: Vista Blue. HEX triplet: 7F, F4 and B1. RGB value is (127,244,177). Sum of RGB (Red+Green+Blue) = 127+244+177=548 (72% of max value = 765). Red value is 127 (50% from 255 or 23.18% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #7FF4B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF4B1 is #800B4E. Grayscale: #C9C9C9. Windows color (decimal): -8391503 or 11662463. OLE color: 11662463.
HSL color Cylindrical-coordinate representation of color #7FF4B1: hue angle of 145.64º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF4B1 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 244 | 177 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.04 |
| HSL | 145.64º | 0.84% | 0.73% | - |
| HSV(B) | 145.64º | 0.48% | 0.96% | - |
| XYZ | 49.04 | 72.39 | 52.98 | - |
| YUV | 201.38 | 114.24 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 244 | 177 | 0.48 | 0 | 0.27 | 0.04 | 145.64 | 0.84 | 0.73 |
| Hex | 7F | F4 | B1 | 30 | 0 | 1B | 4 | 92 | 54 | 49 |
| Octal | 177 | 364 | 261 | 60 | 0 | 33 | 4 | 222 | 124 | 111 |
| Binary | 1111111 | 11110100 | 10110001 | 110000 | 0 | 11011 | 100 | 10010010 | 1010100 | 1001001 |
Color Harmonies of #7FF4B1
Complementary color
Monochromatic Colors of #7FF4B1
Black with #7FF4B1
Text Example
Text Example
White with #7FF4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF4B1; }
p { color: rgb(127,244,177); }
H1.HeaderClassName
{
color: #7FF4B1;
}
.AnyTagClassName
{
color: #7FF4B1;
}
</style>
background-color css
<style>
a { background-color: #7FF4B1; }
a { background-color: rgb(127,244,177); }
div.DivClassName
{
background-color: #7FF4B1;
}
.BgClassName
{
background-color: #7FF4B1;
}
</style>
border-color css
<style>
span { border-color: #7FF4B1; }
span { border-color: rgb(127,244,177); }
td.TdClassName
{
border-color: #7FF4B1;
}
.TagClassName
{
border-color: #7FF4B1;
}
</style>