Shades of Vista Blue #7EECB2
Tints of Vista Blue #7EECB2
RGB
CMYK
RGB Variations
Color information
#7EECB2 (or 0x7EECB2) is known color: Vista Blue. HEX triplet: 7E, EC and B2. RGB value is (126,236,178). Sum of RGB (Red+Green+Blue) = 126+236+178=540 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.33% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #7EECB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EECB2 is #81134D. Grayscale: #C4C4C4. Windows color (decimal): -8459086 or 11725950. OLE color: 11725950.
HSL color Cylindrical-coordinate representation of color #7EECB2: hue angle of 148.36º 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 #7EECB2 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 236 | 178 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.07 |
| HSL | 148.36º | 0.74% | 0.71% | - |
| HSV(B) | 148.36º | 0.47% | 0.93% | - |
| XYZ | 46.64 | 67.64 | 52.72 | - |
| YUV | 196.5 | 117.56 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 236 | 178 | 0.47 | 0 | 0.25 | 0.07 | 148.36 | 0.74 | 0.71 |
| Hex | 7E | EC | B2 | 2F | 0 | 19 | 7 | 94 | 4A | 47 |
| Octal | 176 | 354 | 262 | 57 | 0 | 31 | 7 | 224 | 112 | 107 |
| Binary | 1111110 | 11101100 | 10110010 | 101111 | 0 | 11001 | 111 | 10010100 | 1001010 | 1000111 |
Color Harmonies of #7EECB2
Complementary color
Monochromatic Colors of #7EECB2
Black with #7EECB2
Text Example
Text Example
White with #7EECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EECB2; }
p { color: rgb(126,236,178); }
H1.HeaderClassName
{
color: #7EECB2;
}
.AnyTagClassName
{
color: #7EECB2;
}
</style>
background-color css
<style>
a { background-color: #7EECB2; }
a { background-color: rgb(126,236,178); }
div.DivClassName
{
background-color: #7EECB2;
}
.BgClassName
{
background-color: #7EECB2;
}
</style>
border-color css
<style>
span { border-color: #7EECB2; }
span { border-color: rgb(126,236,178); }
td.TdClassName
{
border-color: #7EECB2;
}
.TagClassName
{
border-color: #7EECB2;
}
</style>