Shades of Vista Blue #7BDFAD
Tints of Vista Blue #7BDFAD
RGB
CMYK
RGB Variations
Color information
#7BDFAD (or 0x7BDFAD) is known color: Vista Blue. HEX triplet: 7B, DF and AD. RGB value is (123,223,173). Sum of RGB (Red+Green+Blue) = 123+223+173=519 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.70% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDFAD is #842052. Grayscale: #BBBBBB. Windows color (decimal): -8659027 or 11394939. OLE color: 11394939.
HSL color Cylindrical-coordinate representation of color #7BDFAD: hue angle of 150º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDFAD is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 173 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.13 |
| HSL | 150º | 0.61% | 0.68% | - |
| HSV(B) | 150º | 0.45% | 0.87% | - |
| XYZ | 42.1 | 60 | 48.9 | - |
| YUV | 187.4 | 119.87 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 173 | 0.45 | 0 | 0.22 | 0.13 | 150 | 0.61 | 0.68 |
| Hex | 7B | DF | AD | 2D | 0 | 16 | D | 96 | 3D | 44 |
| Octal | 173 | 337 | 255 | 55 | 0 | 26 | 15 | 226 | 75 | 104 |
| Binary | 1111011 | 11011111 | 10101101 | 101101 | 0 | 10110 | 1101 | 10010110 | 111101 | 1000100 |
Color Harmonies of #7BDFAD
Complementary color
Monochromatic Colors of #7BDFAD
Black with #7BDFAD
Text Example
Text Example
White with #7BDFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFAD; }
p { color: rgb(123,223,173); }
H1.HeaderClassName
{
color: #7BDFAD;
}
.AnyTagClassName
{
color: #7BDFAD;
}
</style>
background-color css
<style>
a { background-color: #7BDFAD; }
a { background-color: rgb(123,223,173); }
div.DivClassName
{
background-color: #7BDFAD;
}
.BgClassName
{
background-color: #7BDFAD;
}
</style>
border-color css
<style>
span { border-color: #7BDFAD; }
span { border-color: rgb(123,223,173); }
td.TdClassName
{
border-color: #7BDFAD;
}
.TagClassName
{
border-color: #7BDFAD;
}
</style>