Shades of Vista Blue #9CDDBA
Tints of Vista Blue #9CDDBA
RGB
CMYK
RGB Variations
Color information
#9CDDBA (or 0x9CDDBA) is known color: Vista Blue. HEX triplet: 9C, DD and BA. RGB value is (156,221,186). Sum of RGB (Red+Green+Blue) = 156+221+186=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDDBA is #632245. Grayscale: #C5C5C5. Windows color (decimal): -6496838 or 12246428. OLE color: 12246428.
HSL color Cylindrical-coordinate representation of color #9CDDBA: hue angle of 147.69º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDDBA is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 186 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.13 |
| HSL | 147.69º | 0.49% | 0.74% | - |
| HSV(B) | 147.69º | 0.29% | 0.87% | - |
| XYZ | 48.43 | 62.33 | 55.93 | - |
| YUV | 197.58 | 121.47 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 186 | 0.29 | 0 | 0.16 | 0.13 | 147.69 | 0.49 | 0.74 |
| Hex | 9C | DD | BA | 1D | 0 | 10 | D | 94 | 31 | 4A |
| Octal | 234 | 335 | 272 | 35 | 0 | 20 | 15 | 224 | 61 | 112 |
| Binary | 10011100 | 11011101 | 10111010 | 11101 | 0 | 10000 | 1101 | 10010100 | 110001 | 1001010 |
Color Harmonies of #9CDDBA
Complementary color
Monochromatic Colors of #9CDDBA
Black with #9CDDBA
Text Example
Text Example
White with #9CDDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDDBA; }
p { color: rgb(156,221,186); }
H1.HeaderClassName
{
color: #9CDDBA;
}
.AnyTagClassName
{
color: #9CDDBA;
}
</style>
background-color css
<style>
a { background-color: #9CDDBA; }
a { background-color: rgb(156,221,186); }
div.DivClassName
{
background-color: #9CDDBA;
}
.BgClassName
{
background-color: #9CDDBA;
}
</style>
border-color css
<style>
span { border-color: #9CDDBA; }
span { border-color: rgb(156,221,186); }
td.TdClassName
{
border-color: #9CDDBA;
}
.TagClassName
{
border-color: #9CDDBA;
}
</style>