Shades of Vista Blue #7BDCA6
Tints of Vista Blue #7BDCA6
RGB
CMYK
RGB Variations
Color information
#7BDCA6 (or 0x7BDCA6) is known color: Vista Blue. HEX triplet: 7B, DC and A6. RGB value is (123,220,166). Sum of RGB (Red+Green+Blue) = 123+220+166=509 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.17% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDCA6 is #842359. Grayscale: #B8B8B8. Windows color (decimal): -8659802 or 10935419. OLE color: 10935419.
HSL color Cylindrical-coordinate representation of color #7BDCA6: hue angle of 146.6º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDCA6 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 220 | 166 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.14 |
| HSL | 146.6º | 0.58% | 0.67% | - |
| HSV(B) | 146.6º | 0.44% | 0.86% | - |
| XYZ | 40.64 | 58.15 | 45.16 | - |
| YUV | 184.84 | 117.36 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 220 | 166 | 0.44 | 0 | 0.25 | 0.14 | 146.6 | 0.58 | 0.67 |
| Hex | 7B | DC | A6 | 2C | 0 | 19 | E | 93 | 3A | 43 |
| Octal | 173 | 334 | 246 | 54 | 0 | 31 | 16 | 223 | 72 | 103 |
| Binary | 1111011 | 11011100 | 10100110 | 101100 | 0 | 11001 | 1110 | 10010011 | 111010 | 1000011 |
Color Harmonies of #7BDCA6
Complementary color
Monochromatic Colors of #7BDCA6
Black with #7BDCA6
Text Example
Text Example
White with #7BDCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDCA6; }
p { color: rgb(123,220,166); }
H1.HeaderClassName
{
color: #7BDCA6;
}
.AnyTagClassName
{
color: #7BDCA6;
}
</style>
background-color css
<style>
a { background-color: #7BDCA6; }
a { background-color: rgb(123,220,166); }
div.DivClassName
{
background-color: #7BDCA6;
}
.BgClassName
{
background-color: #7BDCA6;
}
</style>
border-color css
<style>
span { border-color: #7BDCA6; }
span { border-color: rgb(123,220,166); }
td.TdClassName
{
border-color: #7BDCA6;
}
.TagClassName
{
border-color: #7BDCA6;
}
</style>