Shades of Vista Blue #7FDEB0
Tints of Vista Blue #7FDEB0
RGB
CMYK
RGB Variations
Color information
#7FDEB0 (or 0x7FDEB0) is known color: Vista Blue. HEX triplet: 7F, DE and B0. RGB value is (127,222,176). Sum of RGB (Red+Green+Blue) = 127+222+176=525 (69% of max value = 765). Red value is 127 (50% from 255 or 24.19% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #7FDEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDEB0 is #80214F. Grayscale: #BCBCBC. Windows color (decimal): -8397136 or 11591295. OLE color: 11591295.
HSL color Cylindrical-coordinate representation of color #7FDEB0: hue angle of 150.95º 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 #7FDEB0 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 222 | 176 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.13 |
| HSL | 150.95º | 0.59% | 0.68% | - |
| HSV(B) | 150.95º | 0.43% | 0.87% | - |
| XYZ | 42.71 | 59.89 | 50.38 | - |
| YUV | 188.35 | 121.03 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 222 | 176 | 0.43 | 0 | 0.21 | 0.13 | 150.95 | 0.59 | 0.68 |
| Hex | 7F | DE | B0 | 2B | 0 | 15 | D | 97 | 3B | 44 |
| Octal | 177 | 336 | 260 | 53 | 0 | 25 | 15 | 227 | 73 | 104 |
| Binary | 1111111 | 11011110 | 10110000 | 101011 | 0 | 10101 | 1101 | 10010111 | 111011 | 1000100 |
Color Harmonies of #7FDEB0
Complementary color
Monochromatic Colors of #7FDEB0
Black with #7FDEB0
Text Example
Text Example
White with #7FDEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDEB0; }
p { color: rgb(127,222,176); }
H1.HeaderClassName
{
color: #7FDEB0;
}
.AnyTagClassName
{
color: #7FDEB0;
}
</style>
background-color css
<style>
a { background-color: #7FDEB0; }
a { background-color: rgb(127,222,176); }
div.DivClassName
{
background-color: #7FDEB0;
}
.BgClassName
{
background-color: #7FDEB0;
}
</style>
border-color css
<style>
span { border-color: #7FDEB0; }
span { border-color: rgb(127,222,176); }
td.TdClassName
{
border-color: #7FDEB0;
}
.TagClassName
{
border-color: #7FDEB0;
}
</style>