Shades of Vista Blue #7BEEA5
Tints of Vista Blue #7BEEA5
RGB
CMYK
RGB Variations
Color information
#7BEEA5 (or 0x7BEEA5) is known color: Vista Blue. HEX triplet: 7B, EE and A5. RGB value is (123,238,165). Sum of RGB (Red+Green+Blue) = 123+238+165=526 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.38% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEEA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEEA5 is #84115A. Grayscale: #C3C3C3. Windows color (decimal): -8655195 or 10874491. OLE color: 10874491.
HSL color Cylindrical-coordinate representation of color #7BEEA5: hue angle of 141.91º 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 #7BEEA5 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 238 | 165 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.07 |
| HSL | 141.91º | 0.77% | 0.71% | - |
| HSV(B) | 141.91º | 0.48% | 0.93% | - |
| XYZ | 45.53 | 68.08 | 46.34 | - |
| YUV | 195.29 | 110.9 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 238 | 165 | 0.48 | 0 | 0.31 | 0.07 | 141.91 | 0.77 | 0.71 |
| Hex | 7B | EE | A5 | 30 | 0 | 1F | 7 | 8E | 4D | 47 |
| Octal | 173 | 356 | 245 | 60 | 0 | 37 | 7 | 216 | 115 | 107 |
| Binary | 1111011 | 11101110 | 10100101 | 110000 | 0 | 11111 | 111 | 10001110 | 1001101 | 1000111 |
Color Harmonies of #7BEEA5
Complementary color
Monochromatic Colors of #7BEEA5
Black with #7BEEA5
Text Example
Text Example
White with #7BEEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEEA5; }
p { color: rgb(123,238,165); }
H1.HeaderClassName
{
color: #7BEEA5;
}
.AnyTagClassName
{
color: #7BEEA5;
}
</style>
background-color css
<style>
a { background-color: #7BEEA5; }
a { background-color: rgb(123,238,165); }
div.DivClassName
{
background-color: #7BEEA5;
}
.BgClassName
{
background-color: #7BEEA5;
}
</style>
border-color css
<style>
span { border-color: #7BEEA5; }
span { border-color: rgb(123,238,165); }
td.TdClassName
{
border-color: #7BEEA5;
}
.TagClassName
{
border-color: #7BEEA5;
}
</style>