Shades of Vista Blue #77EEAC
Tints of Vista Blue #77EEAC
RGB
CMYK
RGB Variations
Color information
#77EEAC (or 0x77EEAC) is known color: Vista Blue. HEX triplet: 77, EE and AC. RGB value is (119,238,172). Sum of RGB (Red+Green+Blue) = 119+238+172=529 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.50% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #77EEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77EEAC is #881153. Grayscale: #C3C3C3. Windows color (decimal): -8917332 or 11333239. OLE color: 11333239.
HSL color Cylindrical-coordinate representation of color #77EEAC: hue angle of 146.72º 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 #77EEAC is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 238 | 172 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.07 |
| HSL | 146.72º | 0.78% | 0.7% | - |
| HSV(B) | 146.72º | 0.5% | 0.93% | - |
| XYZ | 45.63 | 68.05 | 49.76 | - |
| YUV | 194.9 | 115.08 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 238 | 172 | 0.50 | 0 | 0.28 | 0.07 | 146.72 | 0.78 | 0.7 |
| Hex | 77 | EE | AC | 32 | 0 | 1C | 7 | 93 | 4E | 46 |
| Octal | 167 | 356 | 254 | 62 | 0 | 34 | 7 | 223 | 116 | 106 |
| Binary | 1110111 | 11101110 | 10101100 | 110010 | 0 | 11100 | 111 | 10010011 | 1001110 | 1000110 |
Color Harmonies of #77EEAC
Complementary color
Monochromatic Colors of #77EEAC
Black with #77EEAC
Text Example
Text Example
White with #77EEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EEAC; }
p { color: rgb(119,238,172); }
H1.HeaderClassName
{
color: #77EEAC;
}
.AnyTagClassName
{
color: #77EEAC;
}
</style>
background-color css
<style>
a { background-color: #77EEAC; }
a { background-color: rgb(119,238,172); }
div.DivClassName
{
background-color: #77EEAC;
}
.BgClassName
{
background-color: #77EEAC;
}
</style>
border-color css
<style>
span { border-color: #77EEAC; }
span { border-color: rgb(119,238,172); }
td.TdClassName
{
border-color: #77EEAC;
}
.TagClassName
{
border-color: #77EEAC;
}
</style>