Shades of Vista Blue #7BEDB3
Tints of Vista Blue #7BEDB3
RGB
CMYK
RGB Variations
Color information
#7BEDB3 (or 0x7BEDB3) is known color: Vista Blue. HEX triplet: 7B, ED and B3. RGB value is (123,237,179). Sum of RGB (Red+Green+Blue) = 123+237+179=539 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.82% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #7BEDB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEDB3 is #84124C. Grayscale: #C4C4C4. Windows color (decimal): -8655437 or 11791739. OLE color: 11791739.
HSL color Cylindrical-coordinate representation of color #7BEDB3: hue angle of 149.47º 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 #7BEDB3 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 237 | 179 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.07 |
| HSL | 149.47º | 0.76% | 0.71% | - |
| HSV(B) | 149.47º | 0.48% | 0.93% | - |
| XYZ | 46.59 | 68.03 | 53.32 | - |
| YUV | 196.3 | 118.23 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 237 | 179 | 0.48 | 0 | 0.24 | 0.07 | 149.47 | 0.76 | 0.71 |
| Hex | 7B | ED | B3 | 30 | 0 | 18 | 7 | 95 | 4C | 47 |
| Octal | 173 | 355 | 263 | 60 | 0 | 30 | 7 | 225 | 114 | 107 |
| Binary | 1111011 | 11101101 | 10110011 | 110000 | 0 | 11000 | 111 | 10010101 | 1001100 | 1000111 |
Color Harmonies of #7BEDB3
Complementary color
Monochromatic Colors of #7BEDB3
Black with #7BEDB3
Text Example
Text Example
White with #7BEDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEDB3; }
p { color: rgb(123,237,179); }
H1.HeaderClassName
{
color: #7BEDB3;
}
.AnyTagClassName
{
color: #7BEDB3;
}
</style>
background-color css
<style>
a { background-color: #7BEDB3; }
a { background-color: rgb(123,237,179); }
div.DivClassName
{
background-color: #7BEDB3;
}
.BgClassName
{
background-color: #7BEDB3;
}
</style>
border-color css
<style>
span { border-color: #7BEDB3; }
span { border-color: rgb(123,237,179); }
td.TdClassName
{
border-color: #7BEDB3;
}
.TagClassName
{
border-color: #7BEDB3;
}
</style>