Shades of Vista Blue #7BECA8
Tints of Vista Blue #7BECA8
RGB
CMYK
RGB Variations
Color information
#7BECA8 (or 0x7BECA8) is known color: Vista Blue. HEX triplet: 7B, EC and A8. RGB value is (123,236,168). Sum of RGB (Red+Green+Blue) = 123+236+168=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BECA8 is #841357. Grayscale: #C2C2C2. Windows color (decimal): -8655704 or 11070587. OLE color: 11070587.
HSL color Cylindrical-coordinate representation of color #7BECA8: hue angle of 143.89º 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 #7BECA8 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 236 | 168 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.07 |
| HSL | 143.89º | 0.75% | 0.7% | - |
| HSV(B) | 143.89º | 0.48% | 0.93% | - |
| XYZ | 45.23 | 67.03 | 47.6 | - |
| YUV | 194.46 | 113.06 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 236 | 168 | 0.48 | 0 | 0.29 | 0.07 | 143.89 | 0.75 | 0.7 |
| Hex | 7B | EC | A8 | 30 | 0 | 1D | 7 | 90 | 4B | 46 |
| Octal | 173 | 354 | 250 | 60 | 0 | 35 | 7 | 220 | 113 | 106 |
| Binary | 1111011 | 11101100 | 10101000 | 110000 | 0 | 11101 | 111 | 10010000 | 1001011 | 1000110 |
Color Harmonies of #7BECA8
Complementary color
Monochromatic Colors of #7BECA8
Black with #7BECA8
Text Example
Text Example
White with #7BECA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BECA8; }
p { color: rgb(123,236,168); }
H1.HeaderClassName
{
color: #7BECA8;
}
.AnyTagClassName
{
color: #7BECA8;
}
</style>
background-color css
<style>
a { background-color: #7BECA8; }
a { background-color: rgb(123,236,168); }
div.DivClassName
{
background-color: #7BECA8;
}
.BgClassName
{
background-color: #7BECA8;
}
</style>
border-color css
<style>
span { border-color: #7BECA8; }
span { border-color: rgb(123,236,168); }
td.TdClassName
{
border-color: #7BECA8;
}
.TagClassName
{
border-color: #7BECA8;
}
</style>