Shades of Vista Blue #7BDBA4
Tints of Vista Blue #7BDBA4
RGB
CMYK
RGB Variations
Color information
#7BDBA4 (or 0x7BDBA4) is known color: Vista Blue. HEX triplet: 7B, DB and A4. RGB value is (123,219,164). Sum of RGB (Red+Green+Blue) = 123+219+164=506 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.31% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #7BDBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDBA4 is #84245B. Grayscale: #B8B8B8. Windows color (decimal): -8660060 or 10804091. OLE color: 10804091.
HSL color Cylindrical-coordinate representation of color #7BDBA4: hue angle of 145.62º 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 #7BDBA4 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 219 | 164 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.14 |
| HSL | 145.63º | 0.57% | 0.67% | - |
| HSV(B) | 145.63º | 0.44% | 0.86% | - |
| XYZ | 40.2 | 57.55 | 44.11 | - |
| YUV | 184.03 | 116.7 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 164 | 0.44 | 0 | 0.25 | 0.14 | 145.63 | 0.57 | 0.67 |
| Hex | 7B | DB | A4 | 2C | 0 | 19 | E | 92 | 39 | 43 |
| Octal | 173 | 333 | 244 | 54 | 0 | 31 | 16 | 222 | 71 | 103 |
| Binary | 1111011 | 11011011 | 10100100 | 101100 | 0 | 11001 | 1110 | 10010010 | 111001 | 1000011 |
Color Harmonies of #7BDBA4
Complementary color
Monochromatic Colors of #7BDBA4
Black with #7BDBA4
Text Example
Text Example
White with #7BDBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDBA4; }
p { color: rgb(123,219,164); }
H1.HeaderClassName
{
color: #7BDBA4;
}
.AnyTagClassName
{
color: #7BDBA4;
}
</style>
background-color css
<style>
a { background-color: #7BDBA4; }
a { background-color: rgb(123,219,164); }
div.DivClassName
{
background-color: #7BDBA4;
}
.BgClassName
{
background-color: #7BDBA4;
}
</style>
border-color css
<style>
span { border-color: #7BDBA4; }
span { border-color: rgb(123,219,164); }
td.TdClassName
{
border-color: #7BDBA4;
}
.TagClassName
{
border-color: #7BDBA4;
}
</style>