Shades of Vista Blue #7BEEAC
Tints of Vista Blue #7BEEAC
RGB
CMYK
RGB Variations
Color information
#7BEEAC (or 0x7BEEAC) is known color: Vista Blue. HEX triplet: 7B, EE and AC. RGB value is (123,238,172). Sum of RGB (Red+Green+Blue) = 123+238+172=533 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.08% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEEAC is #841153. Grayscale: #C4C4C4. Windows color (decimal): -8655188 or 11333243. OLE color: 11333243.
HSL color Cylindrical-coordinate representation of color #7BEEAC: hue angle of 145.57º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEEAC is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 238 | 172 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.07 |
| HSL | 145.57º | 0.77% | 0.71% | - |
| HSV(B) | 145.57º | 0.48% | 0.93% | - |
| XYZ | 46.19 | 68.34 | 49.79 | - |
| YUV | 196.09 | 114.4 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 238 | 172 | 0.48 | 0 | 0.28 | 0.07 | 145.57 | 0.77 | 0.71 |
| Hex | 7B | EE | AC | 30 | 0 | 1C | 7 | 92 | 4D | 47 |
| Octal | 173 | 356 | 254 | 60 | 0 | 34 | 7 | 222 | 115 | 107 |
| Binary | 1111011 | 11101110 | 10101100 | 110000 | 0 | 11100 | 111 | 10010010 | 1001101 | 1000111 |
Color Harmonies of #7BEEAC
Complementary color
Monochromatic Colors of #7BEEAC
Black with #7BEEAC
Text Example
Text Example
White with #7BEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEEAC; }
p { color: rgb(123,238,172); }
H1.HeaderClassName
{
color: #7BEEAC;
}
.AnyTagClassName
{
color: #7BEEAC;
}
</style>
background-color css
<style>
a { background-color: #7BEEAC; }
a { background-color: rgb(123,238,172); }
div.DivClassName
{
background-color: #7BEEAC;
}
.BgClassName
{
background-color: #7BEEAC;
}
</style>
border-color css
<style>
span { border-color: #7BEEAC; }
span { border-color: rgb(123,238,172); }
td.TdClassName
{
border-color: #7BEEAC;
}
.TagClassName
{
border-color: #7BEEAC;
}
</style>