Shades of Vista Blue #7BEFAB
Tints of Vista Blue #7BEFAB
RGB
CMYK
RGB Variations
Color information
#7BEFAB (or 0x7BEFAB) is known color: Vista Blue. HEX triplet: 7B, EF and AB. RGB value is (123,239,171). Sum of RGB (Red+Green+Blue) = 123+239+171=533 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.08% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #7BEFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEFAB is #841054. Grayscale: #C4C4C4. Windows color (decimal): -8654933 or 11267963. OLE color: 11267963.
HSL color Cylindrical-coordinate representation of color #7BEFAB: hue angle of 144.83º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BEFAB is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 239 | 171 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.06 |
| HSL | 144.83º | 0.78% | 0.71% | - |
| HSV(B) | 144.83º | 0.49% | 0.94% | - |
| XYZ | 46.39 | 68.88 | 49.38 | - |
| YUV | 196.56 | 113.57 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 239 | 171 | 0.49 | 0 | 0.28 | 0.06 | 144.83 | 0.78 | 0.71 |
| Hex | 7B | EF | AB | 31 | 0 | 1C | 6 | 91 | 4E | 47 |
| Octal | 173 | 357 | 253 | 61 | 0 | 34 | 6 | 221 | 116 | 107 |
| Binary | 1111011 | 11101111 | 10101011 | 110001 | 0 | 11100 | 110 | 10010001 | 1001110 | 1000111 |
Color Harmonies of #7BEFAB
Complementary color
Monochromatic Colors of #7BEFAB
Black with #7BEFAB
Text Example
Text Example
White with #7BEFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEFAB; }
p { color: rgb(123,239,171); }
H1.HeaderClassName
{
color: #7BEFAB;
}
.AnyTagClassName
{
color: #7BEFAB;
}
</style>
background-color css
<style>
a { background-color: #7BEFAB; }
a { background-color: rgb(123,239,171); }
div.DivClassName
{
background-color: #7BEFAB;
}
.BgClassName
{
background-color: #7BEFAB;
}
</style>
border-color css
<style>
span { border-color: #7BEFAB; }
span { border-color: rgb(123,239,171); }
td.TdClassName
{
border-color: #7BEFAB;
}
.TagClassName
{
border-color: #7BEFAB;
}
</style>