Shades of Vista Blue #7EECB8
Tints of Vista Blue #7EECB8
RGB
CMYK
RGB Variations
Color information
#7EECB8 (or 0x7EECB8) is known color: Vista Blue. HEX triplet: 7E, EC and B8. RGB value is (126,236,184). Sum of RGB (Red+Green+Blue) = 126+236+184=546 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.08% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #7EECB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EECB8 is #811347. Grayscale: #C5C5C5. Windows color (decimal): -8459080 or 12119166. OLE color: 12119166.
HSL color Cylindrical-coordinate representation of color #7EECB8: hue angle of 151.64º 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 #7EECB8 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 236 | 184 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.07 |
| HSL | 151.64º | 0.74% | 0.71% | - |
| HSV(B) | 151.64º | 0.47% | 0.93% | - |
| XYZ | 47.25 | 67.89 | 55.96 | - |
| YUV | 197.18 | 120.56 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 236 | 184 | 0.47 | 0 | 0.22 | 0.07 | 151.64 | 0.74 | 0.71 |
| Hex | 7E | EC | B8 | 2F | 0 | 16 | 7 | 98 | 4A | 47 |
| Octal | 176 | 354 | 270 | 57 | 0 | 26 | 7 | 230 | 112 | 107 |
| Binary | 1111110 | 11101100 | 10111000 | 101111 | 0 | 10110 | 111 | 10011000 | 1001010 | 1000111 |
Color Harmonies of #7EECB8
Complementary color
Monochromatic Colors of #7EECB8
Black with #7EECB8
Text Example
Text Example
White with #7EECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EECB8; }
p { color: rgb(126,236,184); }
H1.HeaderClassName
{
color: #7EECB8;
}
.AnyTagClassName
{
color: #7EECB8;
}
</style>
background-color css
<style>
a { background-color: #7EECB8; }
a { background-color: rgb(126,236,184); }
div.DivClassName
{
background-color: #7EECB8;
}
.BgClassName
{
background-color: #7EECB8;
}
</style>
border-color css
<style>
span { border-color: #7EECB8; }
span { border-color: rgb(126,236,184); }
td.TdClassName
{
border-color: #7EECB8;
}
.TagClassName
{
border-color: #7EECB8;
}
</style>