Shades of Vista Blue #7DECA6
Tints of Vista Blue #7DECA6
RGB
CMYK
RGB Variations
Color information
#7DECA6 (or 0x7DECA6) is known color: Vista Blue. HEX triplet: 7D, EC and A6. RGB value is (125,236,166). Sum of RGB (Red+Green+Blue) = 125+236+166=527 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.72% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DECA6 is #821359. Grayscale: #C2C2C2. Windows color (decimal): -8524634 or 10939517. OLE color: 10939517.
HSL color Cylindrical-coordinate representation of color #7DECA6: hue angle of 142.16º 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 #7DECA6 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 236 | 166 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.07 |
| HSL | 142.16º | 0.74% | 0.71% | - |
| HSV(B) | 142.16º | 0.47% | 0.93% | - |
| XYZ | 45.34 | 67.1 | 46.64 | - |
| YUV | 194.83 | 111.73 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 236 | 166 | 0.47 | 0 | 0.30 | 0.07 | 142.16 | 0.74 | 0.71 |
| Hex | 7D | EC | A6 | 2F | 0 | 1E | 7 | 8E | 4A | 47 |
| Octal | 175 | 354 | 246 | 57 | 0 | 36 | 7 | 216 | 112 | 107 |
| Binary | 1111101 | 11101100 | 10100110 | 101111 | 0 | 11110 | 111 | 10001110 | 1001010 | 1000111 |
Color Harmonies of #7DECA6
Complementary color
Monochromatic Colors of #7DECA6
Black with #7DECA6
Text Example
Text Example
White with #7DECA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DECA6; }
p { color: rgb(125,236,166); }
H1.HeaderClassName
{
color: #7DECA6;
}
.AnyTagClassName
{
color: #7DECA6;
}
</style>
background-color css
<style>
a { background-color: #7DECA6; }
a { background-color: rgb(125,236,166); }
div.DivClassName
{
background-color: #7DECA6;
}
.BgClassName
{
background-color: #7DECA6;
}
</style>
border-color css
<style>
span { border-color: #7DECA6; }
span { border-color: rgb(125,236,166); }
td.TdClassName
{
border-color: #7DECA6;
}
.TagClassName
{
border-color: #7DECA6;
}
</style>