Shades of Vista Blue #7BEDA7
Tints of Vista Blue #7BEDA7
RGB
CMYK
RGB Variations
Color information
#7BEDA7 (or 0x7BEDA7) is known color: Vista Blue. HEX triplet: 7B, ED and A7. RGB value is (123,237,167). Sum of RGB (Red+Green+Blue) = 123+237+167=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #7BEDA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEDA7 is #841258. Grayscale: #C3C3C3. Windows color (decimal): -8655449 or 11005307. OLE color: 11005307.
HSL color Cylindrical-coordinate representation of color #7BEDA7: hue angle of 143.16º 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 #7BEDA7 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 237 | 167 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.07 |
| HSL | 143.16º | 0.76% | 0.71% | - |
| HSV(B) | 143.16º | 0.48% | 0.93% | - |
| XYZ | 45.43 | 67.57 | 47.21 | - |
| YUV | 194.93 | 112.23 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 237 | 167 | 0.48 | 0 | 0.30 | 0.07 | 143.16 | 0.76 | 0.71 |
| Hex | 7B | ED | A7 | 30 | 0 | 1E | 7 | 8F | 4C | 47 |
| Octal | 173 | 355 | 247 | 60 | 0 | 36 | 7 | 217 | 114 | 107 |
| Binary | 1111011 | 11101101 | 10100111 | 110000 | 0 | 11110 | 111 | 10001111 | 1001100 | 1000111 |
Color Harmonies of #7BEDA7
Complementary color
Monochromatic Colors of #7BEDA7
Black with #7BEDA7
Text Example
Text Example
White with #7BEDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEDA7; }
p { color: rgb(123,237,167); }
H1.HeaderClassName
{
color: #7BEDA7;
}
.AnyTagClassName
{
color: #7BEDA7;
}
</style>
background-color css
<style>
a { background-color: #7BEDA7; }
a { background-color: rgb(123,237,167); }
div.DivClassName
{
background-color: #7BEDA7;
}
.BgClassName
{
background-color: #7BEDA7;
}
</style>
border-color css
<style>
span { border-color: #7BEDA7; }
span { border-color: rgb(123,237,167); }
td.TdClassName
{
border-color: #7BEDA7;
}
.TagClassName
{
border-color: #7BEDA7;
}
</style>