Shades of Vista Blue #7BEDA3
Tints of Vista Blue #7BEDA3
RGB
CMYK
RGB Variations
Color information
#7BEDA3 (or 0x7BEDA3) is known color: Vista Blue. HEX triplet: 7B, ED and A3. RGB value is (123,237,163). Sum of RGB (Red+Green+Blue) = 123+237+163=523 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.52% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #7BEDA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEDA3 is #84125C. Grayscale: #C2C2C2. Windows color (decimal): -8655453 or 10743163. OLE color: 10743163.
HSL color Cylindrical-coordinate representation of color #7BEDA3: hue angle of 141.05º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEDA3 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 237 | 163 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.07 |
| HSL | 141.05º | 0.76% | 0.71% | - |
| HSV(B) | 141.05º | 0.48% | 0.93% | - |
| XYZ | 45.06 | 67.42 | 45.29 | - |
| YUV | 194.48 | 110.23 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 237 | 163 | 0.48 | 0 | 0.31 | 0.07 | 141.05 | 0.76 | 0.71 |
| Hex | 7B | ED | A3 | 30 | 0 | 1F | 7 | 8D | 4C | 47 |
| Octal | 173 | 355 | 243 | 60 | 0 | 37 | 7 | 215 | 114 | 107 |
| Binary | 1111011 | 11101101 | 10100011 | 110000 | 0 | 11111 | 111 | 10001101 | 1001100 | 1000111 |
Color Harmonies of #7BEDA3
Complementary color
Monochromatic Colors of #7BEDA3
Black with #7BEDA3
Text Example
Text Example
White with #7BEDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEDA3; }
p { color: rgb(123,237,163); }
H1.HeaderClassName
{
color: #7BEDA3;
}
.AnyTagClassName
{
color: #7BEDA3;
}
</style>
background-color css
<style>
a { background-color: #7BEDA3; }
a { background-color: rgb(123,237,163); }
div.DivClassName
{
background-color: #7BEDA3;
}
.BgClassName
{
background-color: #7BEDA3;
}
</style>
border-color css
<style>
span { border-color: #7BEDA3; }
span { border-color: rgb(123,237,163); }
td.TdClassName
{
border-color: #7BEDA3;
}
.TagClassName
{
border-color: #7BEDA3;
}
</style>