Shades of Vista Blue #7FDBA8
Tints of Vista Blue #7FDBA8
RGB
CMYK
RGB Variations
Color information
#7FDBA8 (or 0x7FDBA8) is known color: Vista Blue. HEX triplet: 7F, DB and A8. RGB value is (127,219,168). Sum of RGB (Red+Green+Blue) = 127+219+168=514 (68% of max value = 765). Red value is 127 (50% from 255 or 24.71% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDBA8 is #802457. Grayscale: #B9B9B9. Windows color (decimal): -8397912 or 11066239. OLE color: 11066239.
HSL color Cylindrical-coordinate representation of color #7FDBA8: hue angle of 146.74º 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 #7FDBA8 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 168 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.14 |
| HSL | 146.74º | 0.56% | 0.68% | - |
| HSV(B) | 146.74º | 0.42% | 0.86% | - |
| XYZ | 41.15 | 58 | 46.07 | - |
| YUV | 185.68 | 118.02 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 168 | 0.42 | 0 | 0.23 | 0.14 | 146.74 | 0.56 | 0.68 |
| Hex | 7F | DB | A8 | 2A | 0 | 17 | E | 93 | 38 | 44 |
| Octal | 177 | 333 | 250 | 52 | 0 | 27 | 16 | 223 | 70 | 104 |
| Binary | 1111111 | 11011011 | 10101000 | 101010 | 0 | 10111 | 1110 | 10010011 | 111000 | 1000100 |
Color Harmonies of #7FDBA8
Complementary color
Monochromatic Colors of #7FDBA8
Black with #7FDBA8
Text Example
Text Example
White with #7FDBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDBA8; }
p { color: rgb(127,219,168); }
H1.HeaderClassName
{
color: #7FDBA8;
}
.AnyTagClassName
{
color: #7FDBA8;
}
</style>
background-color css
<style>
a { background-color: #7FDBA8; }
a { background-color: rgb(127,219,168); }
div.DivClassName
{
background-color: #7FDBA8;
}
.BgClassName
{
background-color: #7FDBA8;
}
</style>
border-color css
<style>
span { border-color: #7FDBA8; }
span { border-color: rgb(127,219,168); }
td.TdClassName
{
border-color: #7FDBA8;
}
.TagClassName
{
border-color: #7FDBA8;
}
</style>