Shades of Vista Blue #7BDFAA
Tints of Vista Blue #7BDFAA
RGB
CMYK
RGB Variations
Color information
#7BDFAA (or 0x7BDFAA) is known color: Vista Blue. HEX triplet: 7B, DF and AA. RGB value is (123,223,170). Sum of RGB (Red+Green+Blue) = 123+223+170=516 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.84% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDFAA is #842055. Grayscale: #BBBBBB. Windows color (decimal): -8659030 or 11198331. OLE color: 11198331.
HSL color Cylindrical-coordinate representation of color #7BDFAA: hue angle of 148.2º 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 #7BDFAA is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 170 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.13 |
| HSL | 148.2º | 0.61% | 0.68% | - |
| HSV(B) | 148.2º | 0.45% | 0.87% | - |
| XYZ | 41.81 | 59.89 | 47.39 | - |
| YUV | 187.06 | 118.37 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 170 | 0.45 | 0 | 0.24 | 0.13 | 148.2 | 0.61 | 0.68 |
| Hex | 7B | DF | AA | 2D | 0 | 18 | D | 94 | 3D | 44 |
| Octal | 173 | 337 | 252 | 55 | 0 | 30 | 15 | 224 | 75 | 104 |
| Binary | 1111011 | 11011111 | 10101010 | 101101 | 0 | 11000 | 1101 | 10010100 | 111101 | 1000100 |
Color Harmonies of #7BDFAA
Complementary color
Monochromatic Colors of #7BDFAA
Black with #7BDFAA
Text Example
Text Example
White with #7BDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFAA; }
p { color: rgb(123,223,170); }
H1.HeaderClassName
{
color: #7BDFAA;
}
.AnyTagClassName
{
color: #7BDFAA;
}
</style>
background-color css
<style>
a { background-color: #7BDFAA; }
a { background-color: rgb(123,223,170); }
div.DivClassName
{
background-color: #7BDFAA;
}
.BgClassName
{
background-color: #7BDFAA;
}
</style>
border-color css
<style>
span { border-color: #7BDFAA; }
span { border-color: rgb(123,223,170); }
td.TdClassName
{
border-color: #7BDFAA;
}
.TagClassName
{
border-color: #7BDFAA;
}
</style>