Shades of Vista Blue #7DDF9E
Tints of Vista Blue #7DDF9E
RGB
CMYK
RGB Variations
Color information
#7DDF9E (or 0x7DDF9E) is known color: Vista Blue. HEX triplet: 7D, DF and 9E. RGB value is (125,223,158). Sum of RGB (Red+Green+Blue) = 125+223+158=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDF9E is #822061. Grayscale: #BABABA. Windows color (decimal): -8527970 or 10411901. OLE color: 10411901.
HSL color Cylindrical-coordinate representation of color #7DDF9E: 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 #7DDF9E is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 158 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.13 |
| HSL | 140.2º | 0.6% | 0.68% | - |
| HSV(B) | 140.2º | 0.44% | 0.87% | - |
| XYZ | 41.02 | 59.6 | 41.69 | - |
| YUV | 186.29 | 112.03 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 158 | 0.44 | 0 | 0.29 | 0.13 | 140.2 | 0.6 | 0.68 |
| Hex | 7D | DF | 9E | 2C | 0 | 1D | D | 8C | 3C | 44 |
| Octal | 175 | 337 | 236 | 54 | 0 | 35 | 15 | 214 | 74 | 104 |
| Binary | 1111101 | 11011111 | 10011110 | 101100 | 0 | 11101 | 1101 | 10001100 | 111100 | 1000100 |
Color Harmonies of #7DDF9E
Complementary color
Monochromatic Colors of #7DDF9E
Black with #7DDF9E
Text Example
Text Example
White with #7DDF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDF9E; }
p { color: rgb(125,223,158); }
H1.HeaderClassName
{
color: #7DDF9E;
}
.AnyTagClassName
{
color: #7DDF9E;
}
</style>
background-color css
<style>
a { background-color: #7DDF9E; }
a { background-color: rgb(125,223,158); }
div.DivClassName
{
background-color: #7DDF9E;
}
.BgClassName
{
background-color: #7DDF9E;
}
</style>
border-color css
<style>
span { border-color: #7DDF9E; }
span { border-color: rgb(125,223,158); }
td.TdClassName
{
border-color: #7DDF9E;
}
.TagClassName
{
border-color: #7DDF9E;
}
</style>