Shades of Vista Blue #7FDBAF
Tints of Vista Blue #7FDBAF
RGB
CMYK
RGB Variations
Color information
#7FDBAF (or 0x7FDBAF) is known color: Vista Blue. HEX triplet: 7F, DB and AF. RGB value is (127,219,175). Sum of RGB (Red+Green+Blue) = 127+219+175=521 (69% of max value = 765). Red value is 127 (50% from 255 or 24.38% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDBAF is #802450. Grayscale: #BABABA. Windows color (decimal): -8397905 or 11524991. OLE color: 11524991.
HSL color Cylindrical-coordinate representation of color #7FDBAF: hue angle of 151.3º 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 #7FDBAF is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 175 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.14 |
| HSL | 151.3º | 0.56% | 0.68% | - |
| HSV(B) | 151.3º | 0.42% | 0.86% | - |
| XYZ | 41.82 | 58.27 | 49.6 | - |
| YUV | 186.48 | 121.52 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 175 | 0.42 | 0 | 0.20 | 0.14 | 151.3 | 0.56 | 0.68 |
| Hex | 7F | DB | AF | 2A | 0 | 14 | E | 97 | 38 | 44 |
| Octal | 177 | 333 | 257 | 52 | 0 | 24 | 16 | 227 | 70 | 104 |
| Binary | 1111111 | 11011011 | 10101111 | 101010 | 0 | 10100 | 1110 | 10010111 | 111000 | 1000100 |
Color Harmonies of #7FDBAF
Complementary color
Monochromatic Colors of #7FDBAF
Black with #7FDBAF
Text Example
Text Example
White with #7FDBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDBAF; }
p { color: rgb(127,219,175); }
H1.HeaderClassName
{
color: #7FDBAF;
}
.AnyTagClassName
{
color: #7FDBAF;
}
</style>
background-color css
<style>
a { background-color: #7FDBAF; }
a { background-color: rgb(127,219,175); }
div.DivClassName
{
background-color: #7FDBAF;
}
.BgClassName
{
background-color: #7FDBAF;
}
</style>
border-color css
<style>
span { border-color: #7FDBAF; }
span { border-color: rgb(127,219,175); }
td.TdClassName
{
border-color: #7FDBAF;
}
.TagClassName
{
border-color: #7FDBAF;
}
</style>