Shades of Vista Blue #9CC8B0
Tints of Vista Blue #9CC8B0
RGB
CMYK
RGB Variations
Color information
#9CC8B0 (or 0x9CC8B0) is known color: Vista Blue. HEX triplet: 9C, C8 and B0. RGB value is (156,200,176). Sum of RGB (Red+Green+Blue) = 156+200+176=532 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.32% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC8B0 is #63374F. Grayscale: #B8B8B8. Windows color (decimal): -6502224 or 11585692. OLE color: 11585692.
HSL color Cylindrical-coordinate representation of color #9CC8B0: hue angle of 147.27º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9CC8B0 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 200 | 176 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.22 |
| HSL | 147.27º | 0.29% | 0.7% | - |
| HSV(B) | 147.27º | 0.22% | 0.78% | - |
| XYZ | 42.2 | 51.51 | 48.79 | - |
| YUV | 184.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 200 | 176 | 0.22 | 0 | 0.12 | 0.22 | 147.27 | 0.29 | 0.7 |
| Hex | 9C | C8 | B0 | 16 | 0 | C | 16 | 93 | 1D | 46 |
| Octal | 234 | 310 | 260 | 26 | 0 | 14 | 26 | 223 | 35 | 106 |
| Binary | 10011100 | 11001000 | 10110000 | 10110 | 0 | 1100 | 10110 | 10010011 | 11101 | 1000110 |
Color Harmonies of #9CC8B0
Complementary color
Monochromatic Colors of #9CC8B0
Black with #9CC8B0
Text Example
Text Example
White with #9CC8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC8B0; }
p { color: rgb(156,200,176); }
H1.HeaderClassName
{
color: #9CC8B0;
}
.AnyTagClassName
{
color: #9CC8B0;
}
</style>
background-color css
<style>
a { background-color: #9CC8B0; }
a { background-color: rgb(156,200,176); }
div.DivClassName
{
background-color: #9CC8B0;
}
.BgClassName
{
background-color: #9CC8B0;
}
</style>
border-color css
<style>
span { border-color: #9CC8B0; }
span { border-color: rgb(156,200,176); }
td.TdClassName
{
border-color: #9CC8B0;
}
.TagClassName
{
border-color: #9CC8B0;
}
</style>