Shades of Vista Blue #7DEDAE
Tints of Vista Blue #7DEDAE
RGB
CMYK
RGB Variations
Color information
#7DEDAE (or 0x7DEDAE) is known color: Vista Blue. HEX triplet: 7D, ED and AE. RGB value is (125,237,174). Sum of RGB (Red+Green+Blue) = 125+237+174=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEDAE is #821251. Grayscale: #C4C4C4. Windows color (decimal): -8524370 or 11464061. OLE color: 11464061.
HSL color Cylindrical-coordinate representation of color #7DEDAE: hue angle of 146.25º 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 #7DEDAE is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 174 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.07 |
| HSL | 146.25º | 0.76% | 0.71% | - |
| HSV(B) | 146.25º | 0.47% | 0.93% | - |
| XYZ | 46.38 | 67.98 | 50.72 | - |
| YUV | 196.33 | 115.39 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 174 | 0.47 | 0 | 0.27 | 0.07 | 146.25 | 0.76 | 0.71 |
| Hex | 7D | ED | AE | 2F | 0 | 1B | 7 | 92 | 4C | 47 |
| Octal | 175 | 355 | 256 | 57 | 0 | 33 | 7 | 222 | 114 | 107 |
| Binary | 1111101 | 11101101 | 10101110 | 101111 | 0 | 11011 | 111 | 10010010 | 1001100 | 1000111 |
Color Harmonies of #7DEDAE
Complementary color
Monochromatic Colors of #7DEDAE
Black with #7DEDAE
Text Example
Text Example
White with #7DEDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEDAE; }
p { color: rgb(125,237,174); }
H1.HeaderClassName
{
color: #7DEDAE;
}
.AnyTagClassName
{
color: #7DEDAE;
}
</style>
background-color css
<style>
a { background-color: #7DEDAE; }
a { background-color: rgb(125,237,174); }
div.DivClassName
{
background-color: #7DEDAE;
}
.BgClassName
{
background-color: #7DEDAE;
}
</style>
border-color css
<style>
span { border-color: #7DEDAE; }
span { border-color: rgb(125,237,174); }
td.TdClassName
{
border-color: #7DEDAE;
}
.TagClassName
{
border-color: #7DEDAE;
}
</style>