Shades of Vista Blue #7BECA5
Tints of Vista Blue #7BECA5
RGB
CMYK
RGB Variations
Color information
#7BECA5 (or 0x7BECA5) is known color: Vista Blue. HEX triplet: 7B, EC and A5. RGB value is (123,236,165). Sum of RGB (Red+Green+Blue) = 123+236+165=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BECA5 is #84135A. Grayscale: #C2C2C2. Windows color (decimal): -8655707 or 10873979. OLE color: 10873979.
HSL color Cylindrical-coordinate representation of color #7BECA5: hue angle of 142.3º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BECA5 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 236 | 165 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.07 |
| HSL | 142.3º | 0.75% | 0.7% | - |
| HSV(B) | 142.3º | 0.48% | 0.93% | - |
| XYZ | 44.96 | 66.92 | 46.14 | - |
| YUV | 194.12 | 111.56 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 236 | 165 | 0.48 | 0 | 0.30 | 0.07 | 142.3 | 0.75 | 0.7 |
| Hex | 7B | EC | A5 | 30 | 0 | 1E | 7 | 8E | 4B | 46 |
| Octal | 173 | 354 | 245 | 60 | 0 | 36 | 7 | 216 | 113 | 106 |
| Binary | 1111011 | 11101100 | 10100101 | 110000 | 0 | 11110 | 111 | 10001110 | 1001011 | 1000110 |
Color Harmonies of #7BECA5
Complementary color
Monochromatic Colors of #7BECA5
Black with #7BECA5
Text Example
Text Example
White with #7BECA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BECA5; }
p { color: rgb(123,236,165); }
H1.HeaderClassName
{
color: #7BECA5;
}
.AnyTagClassName
{
color: #7BECA5;
}
</style>
background-color css
<style>
a { background-color: #7BECA5; }
a { background-color: rgb(123,236,165); }
div.DivClassName
{
background-color: #7BECA5;
}
.BgClassName
{
background-color: #7BECA5;
}
</style>
border-color css
<style>
span { border-color: #7BECA5; }
span { border-color: rgb(123,236,165); }
td.TdClassName
{
border-color: #7BECA5;
}
.TagClassName
{
border-color: #7BECA5;
}
</style>