Shades of Vista Blue #7BEBAB
Tints of Vista Blue #7BEBAB
RGB
CMYK
RGB Variations
Color information
#7BEBAB (or 0x7BEBAB) is known color: Vista Blue. HEX triplet: 7B, EB and AB. RGB value is (123,235,171). Sum of RGB (Red+Green+Blue) = 123+235+171=529 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.25% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #7BEBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEBAB is #841454. Grayscale: #C2C2C2. Windows color (decimal): -8655957 or 11266939. OLE color: 11266939.
HSL color Cylindrical-coordinate representation of color #7BEBAB: hue angle of 145.71º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEBAB is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 235 | 171 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.08 |
| HSL | 145.71º | 0.74% | 0.7% | - |
| HSV(B) | 145.71º | 0.48% | 0.92% | - |
| XYZ | 45.23 | 66.57 | 48.99 | - |
| YUV | 194.22 | 114.89 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 235 | 171 | 0.48 | 0 | 0.27 | 0.08 | 145.71 | 0.74 | 0.7 |
| Hex | 7B | EB | AB | 30 | 0 | 1B | 8 | 92 | 4A | 46 |
| Octal | 173 | 353 | 253 | 60 | 0 | 33 | 10 | 222 | 112 | 106 |
| Binary | 1111011 | 11101011 | 10101011 | 110000 | 0 | 11011 | 1000 | 10010010 | 1001010 | 1000110 |
Color Harmonies of #7BEBAB
Complementary color
Monochromatic Colors of #7BEBAB
Black with #7BEBAB
Text Example
Text Example
White with #7BEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEBAB; }
p { color: rgb(123,235,171); }
H1.HeaderClassName
{
color: #7BEBAB;
}
.AnyTagClassName
{
color: #7BEBAB;
}
</style>
background-color css
<style>
a { background-color: #7BEBAB; }
a { background-color: rgb(123,235,171); }
div.DivClassName
{
background-color: #7BEBAB;
}
.BgClassName
{
background-color: #7BEBAB;
}
</style>
border-color css
<style>
span { border-color: #7BEBAB; }
span { border-color: rgb(123,235,171); }
td.TdClassName
{
border-color: #7BEBAB;
}
.TagClassName
{
border-color: #7BEBAB;
}
</style>