Shades of Vista Blue #7DE2B1
Tints of Vista Blue #7DE2B1
RGB
CMYK
RGB Variations
Color information
#7DE2B1 (or 0x7DE2B1) is known color: Vista Blue. HEX triplet: 7D, E2 and B1. RGB value is (125,226,177). Sum of RGB (Red+Green+Blue) = 125+226+177=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #7DE2B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE2B1 is #821D4E. Grayscale: #BEBEBE. Windows color (decimal): -8527183 or 11657853. OLE color: 11657853.
HSL color Cylindrical-coordinate representation of color #7DE2B1: hue angle of 150.89º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE2B1 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 226 | 177 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.11 |
| HSL | 150.89º | 0.64% | 0.69% | - |
| HSV(B) | 150.89º | 0.45% | 0.89% | - |
| XYZ | 43.59 | 61.93 | 51.25 | - |
| YUV | 190.22 | 120.54 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 226 | 177 | 0.45 | 0 | 0.22 | 0.11 | 150.89 | 0.64 | 0.69 |
| Hex | 7D | E2 | B1 | 2D | 0 | 16 | B | 97 | 40 | 45 |
| Octal | 175 | 342 | 261 | 55 | 0 | 26 | 13 | 227 | 100 | 105 |
| Binary | 1111101 | 11100010 | 10110001 | 101101 | 0 | 10110 | 1011 | 10010111 | 1000000 | 1000101 |
Color Harmonies of #7DE2B1
Complementary color
Monochromatic Colors of #7DE2B1
Black with #7DE2B1
Text Example
Text Example
White with #7DE2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE2B1; }
p { color: rgb(125,226,177); }
H1.HeaderClassName
{
color: #7DE2B1;
}
.AnyTagClassName
{
color: #7DE2B1;
}
</style>
background-color css
<style>
a { background-color: #7DE2B1; }
a { background-color: rgb(125,226,177); }
div.DivClassName
{
background-color: #7DE2B1;
}
.BgClassName
{
background-color: #7DE2B1;
}
</style>
border-color css
<style>
span { border-color: #7DE2B1; }
span { border-color: rgb(125,226,177); }
td.TdClassName
{
border-color: #7DE2B1;
}
.TagClassName
{
border-color: #7DE2B1;
}
</style>