Shades of Vista Blue #7FDBAE
Tints of Vista Blue #7FDBAE
RGB
CMYK
RGB Variations
Color information
#7FDBAE (or 0x7FDBAE) is known color: Vista Blue. HEX triplet: 7F, DB and AE. RGB value is (127,219,174). Sum of RGB (Red+Green+Blue) = 127+219+174=520 (68% of max value = 765). Red value is 127 (50% from 255 or 24.42% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDBAE is #802451. Grayscale: #BABABA. Windows color (decimal): -8397906 or 11459455. OLE color: 11459455.
HSL color Cylindrical-coordinate representation of color #7FDBAE: hue angle of 150.65º 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 #7FDBAE is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 174 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.14 |
| HSL | 150.65º | 0.56% | 0.68% | - |
| HSV(B) | 150.65º | 0.42% | 0.86% | - |
| XYZ | 41.72 | 58.23 | 49.09 | - |
| YUV | 186.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 174 | 0.42 | 0 | 0.21 | 0.14 | 150.65 | 0.56 | 0.68 |
| Hex | 7F | DB | AE | 2A | 0 | 15 | E | 97 | 38 | 44 |
| Octal | 177 | 333 | 256 | 52 | 0 | 25 | 16 | 227 | 70 | 104 |
| Binary | 1111111 | 11011011 | 10101110 | 101010 | 0 | 10101 | 1110 | 10010111 | 111000 | 1000100 |
Color Harmonies of #7FDBAE
Complementary color
Monochromatic Colors of #7FDBAE
Black with #7FDBAE
Text Example
Text Example
White with #7FDBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDBAE; }
p { color: rgb(127,219,174); }
H1.HeaderClassName
{
color: #7FDBAE;
}
.AnyTagClassName
{
color: #7FDBAE;
}
</style>
background-color css
<style>
a { background-color: #7FDBAE; }
a { background-color: rgb(127,219,174); }
div.DivClassName
{
background-color: #7FDBAE;
}
.BgClassName
{
background-color: #7FDBAE;
}
</style>
border-color css
<style>
span { border-color: #7FDBAE; }
span { border-color: rgb(127,219,174); }
td.TdClassName
{
border-color: #7FDBAE;
}
.TagClassName
{
border-color: #7FDBAE;
}
</style>