Shades of Vista Blue #7BDF9C
Tints of Vista Blue #7BDF9C
RGB
CMYK
RGB Variations
Color information
#7BDF9C (or 0x7BDF9C) is known color: Vista Blue. HEX triplet: 7B, DF and 9C. RGB value is (123,223,156). Sum of RGB (Red+Green+Blue) = 123+223+156=502 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.50% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDF9C is #842063. Grayscale: #B9B9B9. Windows color (decimal): -8659044 or 10280827. OLE color: 10280827.
HSL color Cylindrical-coordinate representation of color #7BDF9C: hue angle of 139.8º degrees, saturation: 0.61, 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 #7BDF9C is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 156 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.13 |
| HSL | 139.8º | 0.61% | 0.68% | - |
| HSV(B) | 139.8º | 0.45% | 0.87% | - |
| XYZ | 40.56 | 59.39 | 40.78 | - |
| YUV | 185.46 | 111.37 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 156 | 0.45 | 0 | 0.30 | 0.13 | 139.8 | 0.61 | 0.68 |
| Hex | 7B | DF | 9C | 2D | 0 | 1E | D | 8C | 3D | 44 |
| Octal | 173 | 337 | 234 | 55 | 0 | 36 | 15 | 214 | 75 | 104 |
| Binary | 1111011 | 11011111 | 10011100 | 101101 | 0 | 11110 | 1101 | 10001100 | 111101 | 1000100 |
Color Harmonies of #7BDF9C
Complementary color
Monochromatic Colors of #7BDF9C
Black with #7BDF9C
Text Example
Text Example
White with #7BDF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDF9C; }
p { color: rgb(123,223,156); }
H1.HeaderClassName
{
color: #7BDF9C;
}
.AnyTagClassName
{
color: #7BDF9C;
}
</style>
background-color css
<style>
a { background-color: #7BDF9C; }
a { background-color: rgb(123,223,156); }
div.DivClassName
{
background-color: #7BDF9C;
}
.BgClassName
{
background-color: #7BDF9C;
}
</style>
border-color css
<style>
span { border-color: #7BDF9C; }
span { border-color: rgb(123,223,156); }
td.TdClassName
{
border-color: #7BDF9C;
}
.TagClassName
{
border-color: #7BDF9C;
}
</style>