Shades of Vista Blue #7FE2B4
Tints of Vista Blue #7FE2B4
RGB
CMYK
RGB Variations
Color information
#7FE2B4 (or 0x7FE2B4) is known color: Vista Blue. HEX triplet: 7F, E2 and B4. RGB value is (127,226,180). Sum of RGB (Red+Green+Blue) = 127+226+180=533 (70% of max value = 765). Red value is 127 (50% from 255 or 23.83% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 226 - color contains mainly: green. Hex color #7FE2B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE2B4 is #801D4B. Grayscale: #BFBFBF. Windows color (decimal): -8396108 or 11854463. OLE color: 11854463.
HSL color Cylindrical-coordinate representation of color #7FE2B4: hue angle of 152.12º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE2B4 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 226 | 180 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.11 |
| HSL | 152.12º | 0.63% | 0.69% | - |
| HSV(B) | 152.12º | 0.44% | 0.89% | - |
| XYZ | 44.19 | 62.2 | 52.86 | - |
| YUV | 191.16 | 121.7 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 226 | 180 | 0.44 | 0 | 0.20 | 0.11 | 152.12 | 0.63 | 0.69 |
| Hex | 7F | E2 | B4 | 2C | 0 | 14 | B | 98 | 3F | 45 |
| Octal | 177 | 342 | 264 | 54 | 0 | 24 | 13 | 230 | 77 | 105 |
| Binary | 1111111 | 11100010 | 10110100 | 101100 | 0 | 10100 | 1011 | 10011000 | 111111 | 1000101 |
Color Harmonies of #7FE2B4
Complementary color
Monochromatic Colors of #7FE2B4
Black with #7FE2B4
Text Example
Text Example
White with #7FE2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE2B4; }
p { color: rgb(127,226,180); }
H1.HeaderClassName
{
color: #7FE2B4;
}
.AnyTagClassName
{
color: #7FE2B4;
}
</style>
background-color css
<style>
a { background-color: #7FE2B4; }
a { background-color: rgb(127,226,180); }
div.DivClassName
{
background-color: #7FE2B4;
}
.BgClassName
{
background-color: #7FE2B4;
}
</style>
border-color css
<style>
span { border-color: #7FE2B4; }
span { border-color: rgb(127,226,180); }
td.TdClassName
{
border-color: #7FE2B4;
}
.TagClassName
{
border-color: #7FE2B4;
}
</style>