Shades of Vista Blue #7BDEAC
Tints of Vista Blue #7BDEAC
RGB
CMYK
RGB Variations
Color information
#7BDEAC (or 0x7BDEAC) is known color: Vista Blue. HEX triplet: 7B, DE and AC. RGB value is (123,222,172). Sum of RGB (Red+Green+Blue) = 123+222+172=517 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.79% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #7BDEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDEAC is #842153. Grayscale: #BABABA. Windows color (decimal): -8659284 or 11329147. OLE color: 11329147.
HSL color Cylindrical-coordinate representation of color #7BDEAC: hue angle of 149.7º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDEAC is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 222 | 172 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.13 |
| HSL | 149.7º | 0.6% | 0.68% | - |
| HSV(B) | 149.7º | 0.45% | 0.87% | - |
| XYZ | 41.74 | 59.43 | 48.3 | - |
| YUV | 186.7 | 119.7 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 222 | 172 | 0.45 | 0 | 0.23 | 0.13 | 149.7 | 0.6 | 0.68 |
| Hex | 7B | DE | AC | 2D | 0 | 17 | D | 96 | 3C | 44 |
| Octal | 173 | 336 | 254 | 55 | 0 | 27 | 15 | 226 | 74 | 104 |
| Binary | 1111011 | 11011110 | 10101100 | 101101 | 0 | 10111 | 1101 | 10010110 | 111100 | 1000100 |
Color Harmonies of #7BDEAC
Complementary color
Monochromatic Colors of #7BDEAC
Black with #7BDEAC
Text Example
Text Example
White with #7BDEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDEAC; }
p { color: rgb(123,222,172); }
H1.HeaderClassName
{
color: #7BDEAC;
}
.AnyTagClassName
{
color: #7BDEAC;
}
</style>
background-color css
<style>
a { background-color: #7BDEAC; }
a { background-color: rgb(123,222,172); }
div.DivClassName
{
background-color: #7BDEAC;
}
.BgClassName
{
background-color: #7BDEAC;
}
</style>
border-color css
<style>
span { border-color: #7BDEAC; }
span { border-color: rgb(123,222,172); }
td.TdClassName
{
border-color: #7BDEAC;
}
.TagClassName
{
border-color: #7BDEAC;
}
</style>