Shades of Vista Blue #7DEDB2
Tints of Vista Blue #7DEDB2
RGB
CMYK
RGB Variations
Color information
#7DEDB2 (or 0x7DEDB2) is known color: Vista Blue. HEX triplet: 7D, ED and B2. RGB value is (125,237,178). Sum of RGB (Red+Green+Blue) = 125+237+178=540 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.15% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEDB2 is #82124D. Grayscale: #C4C4C4. Windows color (decimal): -8524366 or 11726205. OLE color: 11726205.
HSL color Cylindrical-coordinate representation of color #7DEDB2: hue angle of 148.39º 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 #7DEDB2 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 178 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.07 |
| HSL | 148.39º | 0.76% | 0.71% | - |
| HSV(B) | 148.39º | 0.47% | 0.93% | - |
| XYZ | 46.78 | 68.14 | 52.81 | - |
| YUV | 196.79 | 117.39 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 178 | 0.47 | 0 | 0.25 | 0.07 | 148.39 | 0.76 | 0.71 |
| Hex | 7D | ED | B2 | 2F | 0 | 19 | 7 | 94 | 4C | 47 |
| Octal | 175 | 355 | 262 | 57 | 0 | 31 | 7 | 224 | 114 | 107 |
| Binary | 1111101 | 11101101 | 10110010 | 101111 | 0 | 11001 | 111 | 10010100 | 1001100 | 1000111 |
Color Harmonies of #7DEDB2
Complementary color
Monochromatic Colors of #7DEDB2
Black with #7DEDB2
Text Example
Text Example
White with #7DEDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEDB2; }
p { color: rgb(125,237,178); }
H1.HeaderClassName
{
color: #7DEDB2;
}
.AnyTagClassName
{
color: #7DEDB2;
}
</style>
background-color css
<style>
a { background-color: #7DEDB2; }
a { background-color: rgb(125,237,178); }
div.DivClassName
{
background-color: #7DEDB2;
}
.BgClassName
{
background-color: #7DEDB2;
}
</style>
border-color css
<style>
span { border-color: #7DEDB2; }
span { border-color: rgb(125,237,178); }
td.TdClassName
{
border-color: #7DEDB2;
}
.TagClassName
{
border-color: #7DEDB2;
}
</style>