Shades of Vista Blue #9CECBB
Tints of Vista Blue #9CECBB
RGB
CMYK
RGB Variations
Color information
#9CECBB (or 0x9CECBB) is known color: Vista Blue. HEX triplet: 9C, EC and BB. RGB value is (156,236,187). Sum of RGB (Red+Green+Blue) = 156+236+187=579 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.94% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CECBB is #631344. Grayscale: #CECECE. Windows color (decimal): -6492997 or 12315804. OLE color: 12315804.
HSL color Cylindrical-coordinate representation of color #9CECBB: hue angle of 143.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CECBB is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 187 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.07 |
| HSL | 143.25º | 0.68% | 0.77% | - |
| HSV(B) | 143.25º | 0.34% | 0.93% | - |
| XYZ | 52.68 | 70.65 | 57.87 | - |
| YUV | 206.49 | 117 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 187 | 0.34 | 0 | 0.21 | 0.07 | 143.25 | 0.68 | 0.77 |
| Hex | 9C | EC | BB | 22 | 0 | 15 | 7 | 8F | 44 | 4D |
| Octal | 234 | 354 | 273 | 42 | 0 | 25 | 7 | 217 | 104 | 115 |
| Binary | 10011100 | 11101100 | 10111011 | 100010 | 0 | 10101 | 111 | 10001111 | 1000100 | 1001101 |
Color Harmonies of #9CECBB
Complementary color
Monochromatic Colors of #9CECBB
Black with #9CECBB
Text Example
Text Example
White with #9CECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECBB; }
p { color: rgb(156,236,187); }
H1.HeaderClassName
{
color: #9CECBB;
}
.AnyTagClassName
{
color: #9CECBB;
}
</style>
background-color css
<style>
a { background-color: #9CECBB; }
a { background-color: rgb(156,236,187); }
div.DivClassName
{
background-color: #9CECBB;
}
.BgClassName
{
background-color: #9CECBB;
}
</style>
border-color css
<style>
span { border-color: #9CECBB; }
span { border-color: rgb(156,236,187); }
td.TdClassName
{
border-color: #9CECBB;
}
.TagClassName
{
border-color: #9CECBB;
}
</style>