Shades of Vista Blue #7DDE9F
Tints of Vista Blue #7DDE9F
RGB
CMYK
RGB Variations
Color information
#7DDE9F (or 0x7DDE9F) is known color: Vista Blue. HEX triplet: 7D, DE and 9F. RGB value is (125,222,159). Sum of RGB (Red+Green+Blue) = 125+222+159=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDE9F is #822160. Grayscale: #B9B9B9. Windows color (decimal): -8528225 or 10477181. OLE color: 10477181.
HSL color Cylindrical-coordinate representation of color #7DDE9F: hue angle of 141.03º 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 #7DDE9F is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 222 | 159 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.13 |
| HSL | 141.03º | 0.6% | 0.68% | - |
| HSV(B) | 141.03º | 0.44% | 0.87% | - |
| XYZ | 40.84 | 59.11 | 42.06 | - |
| YUV | 185.82 | 112.86 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 222 | 159 | 0.44 | 0 | 0.28 | 0.13 | 141.03 | 0.6 | 0.68 |
| Hex | 7D | DE | 9F | 2C | 0 | 1C | D | 8D | 3C | 44 |
| Octal | 175 | 336 | 237 | 54 | 0 | 34 | 15 | 215 | 74 | 104 |
| Binary | 1111101 | 11011110 | 10011111 | 101100 | 0 | 11100 | 1101 | 10001101 | 111100 | 1000100 |
Color Harmonies of #7DDE9F
Complementary color
Monochromatic Colors of #7DDE9F
Black with #7DDE9F
Text Example
Text Example
White with #7DDE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDE9F; }
p { color: rgb(125,222,159); }
H1.HeaderClassName
{
color: #7DDE9F;
}
.AnyTagClassName
{
color: #7DDE9F;
}
</style>
background-color css
<style>
a { background-color: #7DDE9F; }
a { background-color: rgb(125,222,159); }
div.DivClassName
{
background-color: #7DDE9F;
}
.BgClassName
{
background-color: #7DDE9F;
}
</style>
border-color css
<style>
span { border-color: #7DDE9F; }
span { border-color: rgb(125,222,159); }
td.TdClassName
{
border-color: #7DDE9F;
}
.TagClassName
{
border-color: #7DDE9F;
}
</style>