Shades of Vista Blue #7DEDB1
Tints of Vista Blue #7DEDB1
RGB
CMYK
RGB Variations
Color information
#7DEDB1 (or 0x7DEDB1) is known color: Vista Blue. HEX triplet: 7D, ED and B1. RGB value is (125,237,177). Sum of RGB (Red+Green+Blue) = 125+237+177=539 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.19% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEDB1 is #82124E. Grayscale: #C4C4C4. Windows color (decimal): -8524367 or 11660669. OLE color: 11660669.
HSL color Cylindrical-coordinate representation of color #7DEDB1: hue angle of 147.86º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEDB1 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 177 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.07 |
| HSL | 147.86º | 0.76% | 0.71% | - |
| HSV(B) | 147.86º | 0.47% | 0.93% | - |
| XYZ | 46.68 | 68.1 | 52.28 | - |
| YUV | 196.67 | 116.89 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 177 | 0.47 | 0 | 0.25 | 0.07 | 147.86 | 0.76 | 0.71 |
| Hex | 7D | ED | B1 | 2F | 0 | 19 | 7 | 94 | 4C | 47 |
| Octal | 175 | 355 | 261 | 57 | 0 | 31 | 7 | 224 | 114 | 107 |
| Binary | 1111101 | 11101101 | 10110001 | 101111 | 0 | 11001 | 111 | 10010100 | 1001100 | 1000111 |
Color Harmonies of #7DEDB1
Complementary color
Monochromatic Colors of #7DEDB1
Black with #7DEDB1
Text Example
Text Example
White with #7DEDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEDB1; }
p { color: rgb(125,237,177); }
H1.HeaderClassName
{
color: #7DEDB1;
}
.AnyTagClassName
{
color: #7DEDB1;
}
</style>
background-color css
<style>
a { background-color: #7DEDB1; }
a { background-color: rgb(125,237,177); }
div.DivClassName
{
background-color: #7DEDB1;
}
.BgClassName
{
background-color: #7DEDB1;
}
</style>
border-color css
<style>
span { border-color: #7DEDB1; }
span { border-color: rgb(125,237,177); }
td.TdClassName
{
border-color: #7DEDB1;
}
.TagClassName
{
border-color: #7DEDB1;
}
</style>