Shades of Vista Blue #7DDB9E
Tints of Vista Blue #7DDB9E
RGB
CMYK
RGB Variations
Color information
#7DDB9E (or 0x7DDB9E) is known color: Vista Blue. HEX triplet: 7D, DB and 9E. RGB value is (125,219,158). Sum of RGB (Red+Green+Blue) = 125+219+158=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDB9E is #822461. Grayscale: #B8B8B8. Windows color (decimal): -8528994 or 10410877. OLE color: 10410877.
HSL color Cylindrical-coordinate representation of color #7DDB9E: hue angle of 141.06º 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 #7DDB9E is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 219 | 158 | - |
| CMYK | 0.43 | 0 | 0.28 | 0.14 |
| HSL | 141.06º | 0.57% | 0.67% | - |
| HSV(B) | 141.06º | 0.43% | 0.86% | - |
| XYZ | 39.96 | 57.49 | 41.34 | - |
| YUV | 183.94 | 113.36 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 158 | 0.43 | 0 | 0.28 | 0.14 | 141.06 | 0.57 | 0.67 |
| Hex | 7D | DB | 9E | 2B | 0 | 1C | E | 8D | 39 | 43 |
| Octal | 175 | 333 | 236 | 53 | 0 | 34 | 16 | 215 | 71 | 103 |
| Binary | 1111101 | 11011011 | 10011110 | 101011 | 0 | 11100 | 1110 | 10001101 | 111001 | 1000011 |
Color Harmonies of #7DDB9E
Complementary color
Monochromatic Colors of #7DDB9E
Black with #7DDB9E
Text Example
Text Example
White with #7DDB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDB9E; }
p { color: rgb(125,219,158); }
H1.HeaderClassName
{
color: #7DDB9E;
}
.AnyTagClassName
{
color: #7DDB9E;
}
</style>
background-color css
<style>
a { background-color: #7DDB9E; }
a { background-color: rgb(125,219,158); }
div.DivClassName
{
background-color: #7DDB9E;
}
.BgClassName
{
background-color: #7DDB9E;
}
</style>
border-color css
<style>
span { border-color: #7DDB9E; }
span { border-color: rgb(125,219,158); }
td.TdClassName
{
border-color: #7DDB9E;
}
.TagClassName
{
border-color: #7DDB9E;
}
</style>