Shades of Vista Blue #7CDE9D
Tints of Vista Blue #7CDE9D
RGB
CMYK
RGB Variations
Color information
#7CDE9D (or 0x7CDE9D) is known color: Vista Blue. HEX triplet: 7C, DE and 9D. RGB value is (124,222,157). Sum of RGB (Red+Green+Blue) = 124+222+157=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #7CDE9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDE9D is #832162. Grayscale: #B9B9B9. Windows color (decimal): -8593763 or 10346108. OLE color: 10346108.
HSL color Cylindrical-coordinate representation of color #7CDE9D: hue angle of 140.2º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDE9D is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 222 | 157 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.13 |
| HSL | 140.2º | 0.6% | 0.68% | - |
| HSV(B) | 140.2º | 0.44% | 0.87% | - |
| XYZ | 40.52 | 58.96 | 41.14 | - |
| YUV | 185.29 | 112.03 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 222 | 157 | 0.44 | 0 | 0.29 | 0.13 | 140.2 | 0.6 | 0.68 |
| Hex | 7C | DE | 9D | 2C | 0 | 1D | D | 8C | 3C | 44 |
| Octal | 174 | 336 | 235 | 54 | 0 | 35 | 15 | 214 | 74 | 104 |
| Binary | 1111100 | 11011110 | 10011101 | 101100 | 0 | 11101 | 1101 | 10001100 | 111100 | 1000100 |
Color Harmonies of #7CDE9D
Complementary color
Monochromatic Colors of #7CDE9D
Black with #7CDE9D
Text Example
Text Example
White with #7CDE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDE9D; }
p { color: rgb(124,222,157); }
H1.HeaderClassName
{
color: #7CDE9D;
}
.AnyTagClassName
{
color: #7CDE9D;
}
</style>
background-color css
<style>
a { background-color: #7CDE9D; }
a { background-color: rgb(124,222,157); }
div.DivClassName
{
background-color: #7CDE9D;
}
.BgClassName
{
background-color: #7CDE9D;
}
</style>
border-color css
<style>
span { border-color: #7CDE9D; }
span { border-color: rgb(124,222,157); }
td.TdClassName
{
border-color: #7CDE9D;
}
.TagClassName
{
border-color: #7CDE9D;
}
</style>