Shades of Vista Blue #7ED3A6
Tints of Vista Blue #7ED3A6
RGB
CMYK
RGB Variations
Color information
#7ED3A6 (or 0x7ED3A6) is known color: Vista Blue. HEX triplet: 7E, D3 and A6. RGB value is (126,211,166). Sum of RGB (Red+Green+Blue) = 126+211+166=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED3A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED3A6 is #812C59. Grayscale: #B4B4B4. Windows color (decimal): -8465498 or 10933118. OLE color: 10933118.
HSL color Cylindrical-coordinate representation of color #7ED3A6: hue angle of 148.24º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED3A6 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 166 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.17 |
| HSL | 148.24º | 0.49% | 0.66% | - |
| HSV(B) | 148.24º | 0.4% | 0.83% | - |
| XYZ | 38.78 | 53.78 | 44.41 | - |
| YUV | 180.46 | 119.84 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 166 | 0.40 | 0 | 0.21 | 0.17 | 148.24 | 0.49 | 0.66 |
| Hex | 7E | D3 | A6 | 28 | 0 | 15 | 11 | 94 | 31 | 42 |
| Octal | 176 | 323 | 246 | 50 | 0 | 25 | 21 | 224 | 61 | 102 |
| Binary | 1111110 | 11010011 | 10100110 | 101000 | 0 | 10101 | 10001 | 10010100 | 110001 | 1000010 |
Color Harmonies of #7ED3A6
Complementary color
Monochromatic Colors of #7ED3A6
Black with #7ED3A6
Text Example
Text Example
White with #7ED3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED3A6; }
p { color: rgb(126,211,166); }
H1.HeaderClassName
{
color: #7ED3A6;
}
.AnyTagClassName
{
color: #7ED3A6;
}
</style>
background-color css
<style>
a { background-color: #7ED3A6; }
a { background-color: rgb(126,211,166); }
div.DivClassName
{
background-color: #7ED3A6;
}
.BgClassName
{
background-color: #7ED3A6;
}
</style>
border-color css
<style>
span { border-color: #7ED3A6; }
span { border-color: rgb(126,211,166); }
td.TdClassName
{
border-color: #7ED3A6;
}
.TagClassName
{
border-color: #7ED3A6;
}
</style>