Shades of Vista Blue #9CCCAD
Tints of Vista Blue #9CCCAD
RGB
CMYK
RGB Variations
Color information
#9CCCAD (or 0x9CCCAD) is known color: Vista Blue. HEX triplet: 9C, CC and AD. RGB value is (156,204,173). Sum of RGB (Red+Green+Blue) = 156+204+173=533 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.27% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCCAD is #633352. Grayscale: #BABABA. Windows color (decimal): -6501203 or 11390108. OLE color: 11390108.
HSL color Cylindrical-coordinate representation of color #9CCCAD: hue angle of 141.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCCAD is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 173 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.2 |
| HSL | 141.25º | 0.32% | 0.71% | - |
| HSV(B) | 141.25º | 0.24% | 0.8% | - |
| XYZ | 42.85 | 53.27 | 47.56 | - |
| YUV | 186.11 | 120.6 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 173 | 0.24 | 0 | 0.15 | 0.2 | 141.25 | 0.32 | 0.71 |
| Hex | 9C | CC | AD | 18 | 0 | F | 14 | 8D | 20 | 47 |
| Octal | 234 | 314 | 255 | 30 | 0 | 17 | 24 | 215 | 40 | 107 |
| Binary | 10011100 | 11001100 | 10101101 | 11000 | 0 | 1111 | 10100 | 10001101 | 100000 | 1000111 |
Color Harmonies of #9CCCAD
Complementary color
Monochromatic Colors of #9CCCAD
Black with #9CCCAD
Text Example
Text Example
White with #9CCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCCAD; }
p { color: rgb(156,204,173); }
H1.HeaderClassName
{
color: #9CCCAD;
}
.AnyTagClassName
{
color: #9CCCAD;
}
</style>
background-color css
<style>
a { background-color: #9CCCAD; }
a { background-color: rgb(156,204,173); }
div.DivClassName
{
background-color: #9CCCAD;
}
.BgClassName
{
background-color: #9CCCAD;
}
</style>
border-color css
<style>
span { border-color: #9CCCAD; }
span { border-color: rgb(156,204,173); }
td.TdClassName
{
border-color: #9CCCAD;
}
.TagClassName
{
border-color: #9CCCAD;
}
</style>