Shades of Vista Blue #7BDBA3
Tints of Vista Blue #7BDBA3
RGB
CMYK
RGB Variations
Color information
#7BDBA3 (or 0x7BDBA3) is known color: Vista Blue. HEX triplet: 7B, DB and A3. RGB value is (123,219,163). Sum of RGB (Red+Green+Blue) = 123+219+163=505 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.36% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 163 (64.06% from 255 or 32.28% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #7BDBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDBA3 is #84245C. Grayscale: #B8B8B8. Windows color (decimal): -8660061 or 10738555. OLE color: 10738555.
HSL color Cylindrical-coordinate representation of color #7BDBA3: hue angle of 145º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDBA3 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 219 | 163 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.14 |
| HSL | 145º | 0.57% | 0.67% | - |
| HSV(B) | 145º | 0.44% | 0.86% | - |
| XYZ | 40.11 | 57.52 | 43.64 | - |
| YUV | 183.91 | 116.2 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 163 | 0.44 | 0 | 0.26 | 0.14 | 145 | 0.57 | 0.67 |
| Hex | 7B | DB | A3 | 2C | 0 | 1A | E | 91 | 39 | 43 |
| Octal | 173 | 333 | 243 | 54 | 0 | 32 | 16 | 221 | 71 | 103 |
| Binary | 1111011 | 11011011 | 10100011 | 101100 | 0 | 11010 | 1110 | 10010001 | 111001 | 1000011 |
Color Harmonies of #7BDBA3
Complementary color
Monochromatic Colors of #7BDBA3
Black with #7BDBA3
Text Example
Text Example
White with #7BDBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDBA3; }
p { color: rgb(123,219,163); }
H1.HeaderClassName
{
color: #7BDBA3;
}
.AnyTagClassName
{
color: #7BDBA3;
}
</style>
background-color css
<style>
a { background-color: #7BDBA3; }
a { background-color: rgb(123,219,163); }
div.DivClassName
{
background-color: #7BDBA3;
}
.BgClassName
{
background-color: #7BDBA3;
}
</style>
border-color css
<style>
span { border-color: #7BDBA3; }
span { border-color: rgb(123,219,163); }
td.TdClassName
{
border-color: #7BDBA3;
}
.TagClassName
{
border-color: #7BDBA3;
}
</style>