Shades of Vista Blue #7DEDB7
Tints of Vista Blue #7DEDB7
RGB
CMYK
RGB Variations
Color information
#7DEDB7 (or 0x7DEDB7) is known color: Vista Blue. HEX triplet: 7D, ED and B7. RGB value is (125,237,183). Sum of RGB (Red+Green+Blue) = 125+237+183=545 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.94% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEDB7 is #821248. Grayscale: #C5C5C5. Windows color (decimal): -8524361 or 12053885. OLE color: 12053885.
HSL color Cylindrical-coordinate representation of color #7DEDB7: hue angle of 151.07º 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 #7DEDB7 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 183 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.07 |
| HSL | 151.07º | 0.76% | 0.71% | - |
| HSV(B) | 151.07º | 0.47% | 0.93% | - |
| XYZ | 47.29 | 68.35 | 55.5 | - |
| YUV | 197.36 | 119.89 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 183 | 0.47 | 0 | 0.23 | 0.07 | 151.07 | 0.76 | 0.71 |
| Hex | 7D | ED | B7 | 2F | 0 | 17 | 7 | 97 | 4C | 47 |
| Octal | 175 | 355 | 267 | 57 | 0 | 27 | 7 | 227 | 114 | 107 |
| Binary | 1111101 | 11101101 | 10110111 | 101111 | 0 | 10111 | 111 | 10010111 | 1001100 | 1000111 |
Color Harmonies of #7DEDB7
Complementary color
Monochromatic Colors of #7DEDB7
Black with #7DEDB7
Text Example
Text Example
White with #7DEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEDB7; }
p { color: rgb(125,237,183); }
H1.HeaderClassName
{
color: #7DEDB7;
}
.AnyTagClassName
{
color: #7DEDB7;
}
</style>
background-color css
<style>
a { background-color: #7DEDB7; }
a { background-color: rgb(125,237,183); }
div.DivClassName
{
background-color: #7DEDB7;
}
.BgClassName
{
background-color: #7DEDB7;
}
</style>
border-color css
<style>
span { border-color: #7DEDB7; }
span { border-color: rgb(125,237,183); }
td.TdClassName
{
border-color: #7DEDB7;
}
.TagClassName
{
border-color: #7DEDB7;
}
</style>