Shades of Vista Blue #9CECB3
Tints of Vista Blue #9CECB3
RGB
CMYK
RGB Variations
Color information
#9CECB3 (or 0x9CECB3) is known color: Vista Blue. HEX triplet: 9C, EC and B3. RGB value is (156,236,179). Sum of RGB (Red+Green+Blue) = 156+236+179=571 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.32% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CECB3 is #63134C. Grayscale: #CDCDCD. Windows color (decimal): -6493005 or 11791516. OLE color: 11791516.
HSL color Cylindrical-coordinate representation of color #9CECB3: hue angle of 137.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 #9CECB3 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 179 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.07 |
| HSL | 137.25º | 0.68% | 0.77% | - |
| HSV(B) | 137.25º | 0.34% | 0.93% | - |
| XYZ | 51.84 | 70.31 | 53.49 | - |
| YUV | 205.58 | 113 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 179 | 0.34 | 0 | 0.24 | 0.07 | 137.25 | 0.68 | 0.77 |
| Hex | 9C | EC | B3 | 22 | 0 | 18 | 7 | 89 | 44 | 4D |
| Octal | 234 | 354 | 263 | 42 | 0 | 30 | 7 | 211 | 104 | 115 |
| Binary | 10011100 | 11101100 | 10110011 | 100010 | 0 | 11000 | 111 | 10001001 | 1000100 | 1001101 |
Color Harmonies of #9CECB3
Complementary color
Monochromatic Colors of #9CECB3
Black with #9CECB3
Text Example
Text Example
White with #9CECB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECB3; }
p { color: rgb(156,236,179); }
H1.HeaderClassName
{
color: #9CECB3;
}
.AnyTagClassName
{
color: #9CECB3;
}
</style>
background-color css
<style>
a { background-color: #9CECB3; }
a { background-color: rgb(156,236,179); }
div.DivClassName
{
background-color: #9CECB3;
}
.BgClassName
{
background-color: #9CECB3;
}
</style>
border-color css
<style>
span { border-color: #9CECB3; }
span { border-color: rgb(156,236,179); }
td.TdClassName
{
border-color: #9CECB3;
}
.TagClassName
{
border-color: #9CECB3;
}
</style>