Shades of Vista Blue #9BC6AD
Tints of Vista Blue #9BC6AD
RGB
CMYK
RGB Variations
Color information
#9BC6AD (or 0x9BC6AD) is known color: Vista Blue. HEX triplet: 9B, C6 and AD. RGB value is (155,198,173). Sum of RGB (Red+Green+Blue) = 155+198+173=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC6AD is #643952. Grayscale: #B6B6B6. Windows color (decimal): -6568275 or 11388571. OLE color: 11388571.
HSL color Cylindrical-coordinate representation of color #9BC6AD: hue angle of 145.12º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BC6AD is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 198 | 173 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.22 |
| HSL | 145.12º | 0.27% | 0.69% | - |
| HSV(B) | 145.12º | 0.22% | 0.78% | - |
| XYZ | 41.25 | 50.37 | 47.08 | - |
| YUV | 182.29 | 122.75 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 173 | 0.22 | 0 | 0.13 | 0.22 | 145.12 | 0.27 | 0.69 |
| Hex | 9B | C6 | AD | 16 | 0 | D | 16 | 91 | 1B | 45 |
| Octal | 233 | 306 | 255 | 26 | 0 | 15 | 26 | 221 | 33 | 105 |
| Binary | 10011011 | 11000110 | 10101101 | 10110 | 0 | 1101 | 10110 | 10010001 | 11011 | 1000101 |
Color Harmonies of #9BC6AD
Complementary color
Monochromatic Colors of #9BC6AD
Black with #9BC6AD
Text Example
Text Example
White with #9BC6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC6AD; }
p { color: rgb(155,198,173); }
H1.HeaderClassName
{
color: #9BC6AD;
}
.AnyTagClassName
{
color: #9BC6AD;
}
</style>
background-color css
<style>
a { background-color: #9BC6AD; }
a { background-color: rgb(155,198,173); }
div.DivClassName
{
background-color: #9BC6AD;
}
.BgClassName
{
background-color: #9BC6AD;
}
</style>
border-color css
<style>
span { border-color: #9BC6AD; }
span { border-color: rgb(155,198,173); }
td.TdClassName
{
border-color: #9BC6AD;
}
.TagClassName
{
border-color: #9BC6AD;
}
</style>