Shades of Vista Blue #78EEB1
Tints of Vista Blue #78EEB1
RGB
CMYK
RGB Variations
Color information
#78EEB1 (or 0x78EEB1) is known color: Vista Blue. HEX triplet: 78, EE and B1. RGB value is (120,238,177). Sum of RGB (Red+Green+Blue) = 120+238+177=535 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.43% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #78EEB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78EEB1 is #87114E. Grayscale: #C3C3C3. Windows color (decimal): -8851791 or 11660920. OLE color: 11660920.
HSL color Cylindrical-coordinate representation of color #78EEB1: hue angle of 148.98º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EEB1 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 238 | 177 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.07 |
| HSL | 148.98º | 0.78% | 0.7% | - |
| HSV(B) | 148.98º | 0.5% | 0.93% | - |
| XYZ | 46.26 | 68.32 | 52.34 | - |
| YUV | 195.76 | 117.41 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 238 | 177 | 0.50 | 0 | 0.26 | 0.07 | 148.98 | 0.78 | 0.7 |
| Hex | 78 | EE | B1 | 32 | 0 | 1A | 7 | 95 | 4E | 46 |
| Octal | 170 | 356 | 261 | 62 | 0 | 32 | 7 | 225 | 116 | 106 |
| Binary | 1111000 | 11101110 | 10110001 | 110010 | 0 | 11010 | 111 | 10010101 | 1001110 | 1000110 |
Color Harmonies of #78EEB1
Complementary color
Monochromatic Colors of #78EEB1
Black with #78EEB1
Text Example
Text Example
White with #78EEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EEB1; }
p { color: rgb(120,238,177); }
H1.HeaderClassName
{
color: #78EEB1;
}
.AnyTagClassName
{
color: #78EEB1;
}
</style>
background-color css
<style>
a { background-color: #78EEB1; }
a { background-color: rgb(120,238,177); }
div.DivClassName
{
background-color: #78EEB1;
}
.BgClassName
{
background-color: #78EEB1;
}
</style>
border-color css
<style>
span { border-color: #78EEB1; }
span { border-color: rgb(120,238,177); }
td.TdClassName
{
border-color: #78EEB1;
}
.TagClassName
{
border-color: #78EEB1;
}
</style>