Shades of Vista Blue #7CD9A9
Tints of Vista Blue #7CD9A9
RGB
CMYK
RGB Variations
Color information
#7CD9A9 (or 0x7CD9A9) is known color: Vista Blue. HEX triplet: 7C, D9 and A9. RGB value is (124,217,169). Sum of RGB (Red+Green+Blue) = 124+217+169=510 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.31% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #7CD9A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD9A9 is #832656. Grayscale: #B7B7B7. Windows color (decimal): -8595031 or 11131260. OLE color: 11131260.
HSL color Cylindrical-coordinate representation of color #7CD9A9: hue angle of 149.03º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CD9A9 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 217 | 169 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.15 |
| HSL | 149.03º | 0.55% | 0.67% | - |
| HSV(B) | 149.03º | 0.43% | 0.85% | - |
| XYZ | 40.29 | 56.78 | 46.37 | - |
| YUV | 183.72 | 119.69 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 217 | 169 | 0.43 | 0 | 0.22 | 0.15 | 149.03 | 0.55 | 0.67 |
| Hex | 7C | D9 | A9 | 2B | 0 | 16 | F | 95 | 37 | 43 |
| Octal | 174 | 331 | 251 | 53 | 0 | 26 | 17 | 225 | 67 | 103 |
| Binary | 1111100 | 11011001 | 10101001 | 101011 | 0 | 10110 | 1111 | 10010101 | 110111 | 1000011 |
Color Harmonies of #7CD9A9
Complementary color
Monochromatic Colors of #7CD9A9
Black with #7CD9A9
Text Example
Text Example
White with #7CD9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD9A9; }
p { color: rgb(124,217,169); }
H1.HeaderClassName
{
color: #7CD9A9;
}
.AnyTagClassName
{
color: #7CD9A9;
}
</style>
background-color css
<style>
a { background-color: #7CD9A9; }
a { background-color: rgb(124,217,169); }
div.DivClassName
{
background-color: #7CD9A9;
}
.BgClassName
{
background-color: #7CD9A9;
}
</style>
border-color css
<style>
span { border-color: #7CD9A9; }
span { border-color: rgb(124,217,169); }
td.TdClassName
{
border-color: #7CD9A9;
}
.TagClassName
{
border-color: #7CD9A9;
}
</style>