Shades of Vista Blue #9CCCB6
Tints of Vista Blue #9CCCB6
RGB
CMYK
RGB Variations
Color information
#9CCCB6 (or 0x9CCCB6) is known color: Vista Blue. HEX triplet: 9C, CC and B6. RGB value is (156,204,182). Sum of RGB (Red+Green+Blue) = 156+204+182=542 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.78% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCCB6 is #633349. Grayscale: #BBBBBB. Windows color (decimal): -6501194 or 11979932. OLE color: 11979932.
HSL color Cylindrical-coordinate representation of color #9CCCB6: hue angle of 152.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCCB6 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 182 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.2 |
| HSL | 152.5º | 0.32% | 0.71% | - |
| HSV(B) | 152.5º | 0.24% | 0.8% | - |
| XYZ | 43.75 | 53.63 | 52.3 | - |
| YUV | 187.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 182 | 0.24 | 0 | 0.11 | 0.2 | 152.5 | 0.32 | 0.71 |
| Hex | 9C | CC | B6 | 18 | 0 | B | 14 | 98 | 20 | 47 |
| Octal | 234 | 314 | 266 | 30 | 0 | 13 | 24 | 230 | 40 | 107 |
| Binary | 10011100 | 11001100 | 10110110 | 11000 | 0 | 1011 | 10100 | 10011000 | 100000 | 1000111 |
Color Harmonies of #9CCCB6
Complementary color
Monochromatic Colors of #9CCCB6
Black with #9CCCB6
Text Example
Text Example
White with #9CCCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCCB6; }
p { color: rgb(156,204,182); }
H1.HeaderClassName
{
color: #9CCCB6;
}
.AnyTagClassName
{
color: #9CCCB6;
}
</style>
background-color css
<style>
a { background-color: #9CCCB6; }
a { background-color: rgb(156,204,182); }
div.DivClassName
{
background-color: #9CCCB6;
}
.BgClassName
{
background-color: #9CCCB6;
}
</style>
border-color css
<style>
span { border-color: #9CCCB6; }
span { border-color: rgb(156,204,182); }
td.TdClassName
{
border-color: #9CCCB6;
}
.TagClassName
{
border-color: #9CCCB6;
}
</style>