Shades of Vista Blue #7CDB9F
Tints of Vista Blue #7CDB9F
RGB
CMYK
RGB Variations
Color information
#7CDB9F (or 0x7CDB9F) is known color: Vista Blue. HEX triplet: 7C, DB and 9F. RGB value is (124,219,159). Sum of RGB (Red+Green+Blue) = 124+219+159=502 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.70% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDB9F is #832460. Grayscale: #B7B7B7. Windows color (decimal): -8594529 or 10476412. OLE color: 10476412.
HSL color Cylindrical-coordinate representation of color #7CDB9F: hue angle of 142.11º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CDB9F is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 219 | 159 | - |
| CMYK | 0.43 | 0 | 0.27 | 0.14 |
| HSL | 142.11º | 0.57% | 0.67% | - |
| HSV(B) | 142.11º | 0.43% | 0.86% | - |
| XYZ | 39.9 | 57.45 | 41.79 | - |
| YUV | 183.76 | 114.03 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 219 | 159 | 0.43 | 0 | 0.27 | 0.14 | 142.11 | 0.57 | 0.67 |
| Hex | 7C | DB | 9F | 2B | 0 | 1B | E | 8E | 39 | 43 |
| Octal | 174 | 333 | 237 | 53 | 0 | 33 | 16 | 216 | 71 | 103 |
| Binary | 1111100 | 11011011 | 10011111 | 101011 | 0 | 11011 | 1110 | 10001110 | 111001 | 1000011 |
Color Harmonies of #7CDB9F
Complementary color
Monochromatic Colors of #7CDB9F
Black with #7CDB9F
Text Example
Text Example
White with #7CDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDB9F; }
p { color: rgb(124,219,159); }
H1.HeaderClassName
{
color: #7CDB9F;
}
.AnyTagClassName
{
color: #7CDB9F;
}
</style>
background-color css
<style>
a { background-color: #7CDB9F; }
a { background-color: rgb(124,219,159); }
div.DivClassName
{
background-color: #7CDB9F;
}
.BgClassName
{
background-color: #7CDB9F;
}
</style>
border-color css
<style>
span { border-color: #7CDB9F; }
span { border-color: rgb(124,219,159); }
td.TdClassName
{
border-color: #7CDB9F;
}
.TagClassName
{
border-color: #7CDB9F;
}
</style>