Shades of Vista Blue #9CDFBB
Tints of Vista Blue #9CDFBB
RGB
CMYK
RGB Variations
Color information
#9CDFBB (or 0x9CDFBB) is known color: Vista Blue. HEX triplet: 9C, DF and BB. RGB value is (156,223,187). Sum of RGB (Red+Green+Blue) = 156+223+187=566 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.56% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDFBB is #632044. Grayscale: #C6C6C6. Windows color (decimal): -6496325 or 12312476. OLE color: 12312476.
HSL color Cylindrical-coordinate representation of color #9CDFBB: hue angle of 147.76º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDFBB is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 223 | 187 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.13 |
| HSL | 147.76º | 0.51% | 0.74% | - |
| HSV(B) | 147.76º | 0.3% | 0.87% | - |
| XYZ | 49.07 | 63.43 | 56.67 | - |
| YUV | 198.86 | 121.3 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 187 | 0.30 | 0 | 0.16 | 0.13 | 147.76 | 0.51 | 0.74 |
| Hex | 9C | DF | BB | 1E | 0 | 10 | D | 94 | 33 | 4A |
| Octal | 234 | 337 | 273 | 36 | 0 | 20 | 15 | 224 | 63 | 112 |
| Binary | 10011100 | 11011111 | 10111011 | 11110 | 0 | 10000 | 1101 | 10010100 | 110011 | 1001010 |
Color Harmonies of #9CDFBB
Complementary color
Monochromatic Colors of #9CDFBB
Black with #9CDFBB
Text Example
Text Example
White with #9CDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDFBB; }
p { color: rgb(156,223,187); }
H1.HeaderClassName
{
color: #9CDFBB;
}
.AnyTagClassName
{
color: #9CDFBB;
}
</style>
background-color css
<style>
a { background-color: #9CDFBB; }
a { background-color: rgb(156,223,187); }
div.DivClassName
{
background-color: #9CDFBB;
}
.BgClassName
{
background-color: #9CDFBB;
}
</style>
border-color css
<style>
span { border-color: #9CDFBB; }
span { border-color: rgb(156,223,187); }
td.TdClassName
{
border-color: #9CDFBB;
}
.TagClassName
{
border-color: #9CDFBB;
}
</style>