Shades of Vista Blue #7DECA7
Tints of Vista Blue #7DECA7
RGB
CMYK
RGB Variations
Color information
#7DECA7 (or 0x7DECA7) is known color: Vista Blue. HEX triplet: 7D, EC and A7. RGB value is (125,236,167). Sum of RGB (Red+Green+Blue) = 125+236+167=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DECA7 is #821358. Grayscale: #C3C3C3. Windows color (decimal): -8524633 or 11005053. OLE color: 11005053.
HSL color Cylindrical-coordinate representation of color #7DECA7: hue angle of 142.7º degrees, saturation: 0.74, 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 #7DECA7 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 236 | 167 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.07 |
| HSL | 142.7º | 0.74% | 0.71% | - |
| HSV(B) | 142.7º | 0.47% | 0.93% | - |
| XYZ | 45.43 | 67.14 | 47.12 | - |
| YUV | 194.95 | 112.23 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 236 | 167 | 0.47 | 0 | 0.29 | 0.07 | 142.7 | 0.74 | 0.71 |
| Hex | 7D | EC | A7 | 2F | 0 | 1D | 7 | 8F | 4A | 47 |
| Octal | 175 | 354 | 247 | 57 | 0 | 35 | 7 | 217 | 112 | 107 |
| Binary | 1111101 | 11101100 | 10100111 | 101111 | 0 | 11101 | 111 | 10001111 | 1001010 | 1000111 |
Color Harmonies of #7DECA7
Complementary color
Monochromatic Colors of #7DECA7
Black with #7DECA7
Text Example
Text Example
White with #7DECA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DECA7; }
p { color: rgb(125,236,167); }
H1.HeaderClassName
{
color: #7DECA7;
}
.AnyTagClassName
{
color: #7DECA7;
}
</style>
background-color css
<style>
a { background-color: #7DECA7; }
a { background-color: rgb(125,236,167); }
div.DivClassName
{
background-color: #7DECA7;
}
.BgClassName
{
background-color: #7DECA7;
}
</style>
border-color css
<style>
span { border-color: #7DECA7; }
span { border-color: rgb(125,236,167); }
td.TdClassName
{
border-color: #7DECA7;
}
.TagClassName
{
border-color: #7DECA7;
}
</style>