Shades of Vista Blue #7FDEB1
Tints of Vista Blue #7FDEB1
RGB
CMYK
RGB Variations
Color information
#7FDEB1 (or 0x7FDEB1) is known color: Vista Blue. HEX triplet: 7F, DE and B1. RGB value is (127,222,177). Sum of RGB (Red+Green+Blue) = 127+222+177=526 (69% of max value = 765). Red value is 127 (50% from 255 or 24.14% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #7FDEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDEB1 is #80214E. Grayscale: #BCBCBC. Windows color (decimal): -8397135 or 11656831. OLE color: 11656831.
HSL color Cylindrical-coordinate representation of color #7FDEB1: hue angle of 151.58º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDEB1 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 222 | 177 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.13 |
| HSL | 151.58º | 0.59% | 0.68% | - |
| HSV(B) | 151.58º | 0.43% | 0.87% | - |
| XYZ | 42.81 | 59.93 | 50.91 | - |
| YUV | 188.47 | 121.53 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 222 | 177 | 0.43 | 0 | 0.20 | 0.13 | 151.58 | 0.59 | 0.68 |
| Hex | 7F | DE | B1 | 2B | 0 | 14 | D | 98 | 3B | 44 |
| Octal | 177 | 336 | 261 | 53 | 0 | 24 | 15 | 230 | 73 | 104 |
| Binary | 1111111 | 11011110 | 10110001 | 101011 | 0 | 10100 | 1101 | 10011000 | 111011 | 1000100 |
Color Harmonies of #7FDEB1
Complementary color
Monochromatic Colors of #7FDEB1
Black with #7FDEB1
Text Example
Text Example
White with #7FDEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDEB1; }
p { color: rgb(127,222,177); }
H1.HeaderClassName
{
color: #7FDEB1;
}
.AnyTagClassName
{
color: #7FDEB1;
}
</style>
background-color css
<style>
a { background-color: #7FDEB1; }
a { background-color: rgb(127,222,177); }
div.DivClassName
{
background-color: #7FDEB1;
}
.BgClassName
{
background-color: #7FDEB1;
}
</style>
border-color css
<style>
span { border-color: #7FDEB1; }
span { border-color: rgb(127,222,177); }
td.TdClassName
{
border-color: #7FDEB1;
}
.TagClassName
{
border-color: #7FDEB1;
}
</style>