Shades of Vista Blue #7FDBAB
Tints of Vista Blue #7FDBAB
RGB
CMYK
RGB Variations
Color information
#7FDBAB (or 0x7FDBAB) is known color: Vista Blue. HEX triplet: 7F, DB and AB. RGB value is (127,219,171). Sum of RGB (Red+Green+Blue) = 127+219+171=517 (68% of max value = 765). Red value is 127 (50% from 255 or 24.56% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDBAB is #802454. Grayscale: #BABABA. Windows color (decimal): -8397909 or 11262847. OLE color: 11262847.
HSL color Cylindrical-coordinate representation of color #7FDBAB: hue angle of 148.7º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDBAB is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 171 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.14 |
| HSL | 148.7º | 0.56% | 0.68% | - |
| HSV(B) | 148.7º | 0.42% | 0.86% | - |
| XYZ | 41.43 | 58.12 | 47.56 | - |
| YUV | 186.02 | 119.52 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 171 | 0.42 | 0 | 0.22 | 0.14 | 148.7 | 0.56 | 0.68 |
| Hex | 7F | DB | AB | 2A | 0 | 16 | E | 95 | 38 | 44 |
| Octal | 177 | 333 | 253 | 52 | 0 | 26 | 16 | 225 | 70 | 104 |
| Binary | 1111111 | 11011011 | 10101011 | 101010 | 0 | 10110 | 1110 | 10010101 | 111000 | 1000100 |
Color Harmonies of #7FDBAB
Complementary color
Monochromatic Colors of #7FDBAB
Black with #7FDBAB
Text Example
Text Example
White with #7FDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDBAB; }
p { color: rgb(127,219,171); }
H1.HeaderClassName
{
color: #7FDBAB;
}
.AnyTagClassName
{
color: #7FDBAB;
}
</style>
background-color css
<style>
a { background-color: #7FDBAB; }
a { background-color: rgb(127,219,171); }
div.DivClassName
{
background-color: #7FDBAB;
}
.BgClassName
{
background-color: #7FDBAB;
}
</style>
border-color css
<style>
span { border-color: #7FDBAB; }
span { border-color: rgb(127,219,171); }
td.TdClassName
{
border-color: #7FDBAB;
}
.TagClassName
{
border-color: #7FDBAB;
}
</style>