Shades of Vista Blue #7BEEA8
Tints of Vista Blue #7BEEA8
RGB
CMYK
RGB Variations
Color information
#7BEEA8 (or 0x7BEEA8) is known color: Vista Blue. HEX triplet: 7B, EE and A8. RGB value is (123,238,168). Sum of RGB (Red+Green+Blue) = 123+238+168=529 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.25% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEEA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEEA8 is #841157. Grayscale: #C3C3C3. Windows color (decimal): -8655192 or 11071099. OLE color: 11071099.
HSL color Cylindrical-coordinate representation of color #7BEEA8: hue angle of 143.48º degrees, saturation: 0.77, 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 #7BEEA8 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 238 | 168 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.07 |
| HSL | 143.48º | 0.77% | 0.71% | - |
| HSV(B) | 143.48º | 0.48% | 0.93% | - |
| XYZ | 45.81 | 68.19 | 47.79 | - |
| YUV | 195.64 | 112.4 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 238 | 168 | 0.48 | 0 | 0.29 | 0.07 | 143.48 | 0.77 | 0.71 |
| Hex | 7B | EE | A8 | 30 | 0 | 1D | 7 | 8F | 4D | 47 |
| Octal | 173 | 356 | 250 | 60 | 0 | 35 | 7 | 217 | 115 | 107 |
| Binary | 1111011 | 11101110 | 10101000 | 110000 | 0 | 11101 | 111 | 10001111 | 1001101 | 1000111 |
Color Harmonies of #7BEEA8
Complementary color
Monochromatic Colors of #7BEEA8
Black with #7BEEA8
Text Example
Text Example
White with #7BEEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEEA8; }
p { color: rgb(123,238,168); }
H1.HeaderClassName
{
color: #7BEEA8;
}
.AnyTagClassName
{
color: #7BEEA8;
}
</style>
background-color css
<style>
a { background-color: #7BEEA8; }
a { background-color: rgb(123,238,168); }
div.DivClassName
{
background-color: #7BEEA8;
}
.BgClassName
{
background-color: #7BEEA8;
}
</style>
border-color css
<style>
span { border-color: #7BEEA8; }
span { border-color: rgb(123,238,168); }
td.TdClassName
{
border-color: #7BEEA8;
}
.TagClassName
{
border-color: #7BEEA8;
}
</style>