Shades of Vista Blue #9CC8AD
Tints of Vista Blue #9CC8AD
RGB
CMYK
RGB Variations
Color information
#9CC8AD (or 0x9CC8AD) is known color: Vista Blue. HEX triplet: 9C, C8 and AD. RGB value is (156,200,173). Sum of RGB (Red+Green+Blue) = 156+200+173=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC8AD is #633752. Grayscale: #B7B7B7. Windows color (decimal): -6502227 or 11389084. OLE color: 11389084.
HSL color Cylindrical-coordinate representation of color #9CC8AD: hue angle of 143.18º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9CC8AD is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 200 | 173 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.22 |
| HSL | 143.18º | 0.29% | 0.7% | - |
| HSV(B) | 143.18º | 0.22% | 0.78% | - |
| XYZ | 41.91 | 51.39 | 47.25 | - |
| YUV | 183.77 | 121.92 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 200 | 173 | 0.22 | 0 | 0.14 | 0.22 | 143.18 | 0.29 | 0.7 |
| Hex | 9C | C8 | AD | 16 | 0 | E | 16 | 8F | 1D | 46 |
| Octal | 234 | 310 | 255 | 26 | 0 | 16 | 26 | 217 | 35 | 106 |
| Binary | 10011100 | 11001000 | 10101101 | 10110 | 0 | 1110 | 10110 | 10001111 | 11101 | 1000110 |
Color Harmonies of #9CC8AD
Complementary color
Monochromatic Colors of #9CC8AD
Black with #9CC8AD
Text Example
Text Example
White with #9CC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC8AD; }
p { color: rgb(156,200,173); }
H1.HeaderClassName
{
color: #9CC8AD;
}
.AnyTagClassName
{
color: #9CC8AD;
}
</style>
background-color css
<style>
a { background-color: #9CC8AD; }
a { background-color: rgb(156,200,173); }
div.DivClassName
{
background-color: #9CC8AD;
}
.BgClassName
{
background-color: #9CC8AD;
}
</style>
border-color css
<style>
span { border-color: #9CC8AD; }
span { border-color: rgb(156,200,173); }
td.TdClassName
{
border-color: #9CC8AD;
}
.TagClassName
{
border-color: #9CC8AD;
}
</style>