Shades of Vista Blue #9CECBC
Tints of Vista Blue #9CECBC
RGB
CMYK
RGB Variations
Color information
#9CECBC (or 0x9CECBC) is known color: Vista Blue. HEX triplet: 9C, EC and BC. RGB value is (156,236,188). Sum of RGB (Red+Green+Blue) = 156+236+188=580 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.90% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CECBC is #631343. Grayscale: #CECECE. Windows color (decimal): -6492996 or 12381340. OLE color: 12381340.
HSL color Cylindrical-coordinate representation of color #9CECBC: hue angle of 144º 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 #9CECBC is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 188 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.07 |
| HSL | 144º | 0.68% | 0.77% | - |
| HSV(B) | 144º | 0.34% | 0.93% | - |
| XYZ | 52.78 | 70.69 | 58.44 | - |
| YUV | 206.61 | 117.5 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 188 | 0.34 | 0 | 0.20 | 0.07 | 144 | 0.68 | 0.77 |
| Hex | 9C | EC | BC | 22 | 0 | 14 | 7 | 90 | 44 | 4D |
| Octal | 234 | 354 | 274 | 42 | 0 | 24 | 7 | 220 | 104 | 115 |
| Binary | 10011100 | 11101100 | 10111100 | 100010 | 0 | 10100 | 111 | 10010000 | 1000100 | 1001101 |
Color Harmonies of #9CECBC
Complementary color
Monochromatic Colors of #9CECBC
Black with #9CECBC
Text Example
Text Example
White with #9CECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECBC; }
p { color: rgb(156,236,188); }
H1.HeaderClassName
{
color: #9CECBC;
}
.AnyTagClassName
{
color: #9CECBC;
}
</style>
background-color css
<style>
a { background-color: #9CECBC; }
a { background-color: rgb(156,236,188); }
div.DivClassName
{
background-color: #9CECBC;
}
.BgClassName
{
background-color: #9CECBC;
}
</style>
border-color css
<style>
span { border-color: #9CECBC; }
span { border-color: rgb(156,236,188); }
td.TdClassName
{
border-color: #9CECBC;
}
.TagClassName
{
border-color: #9CECBC;
}
</style>