Shades of Vista Blue #9CCCB2
Tints of Vista Blue #9CCCB2
RGB
CMYK
RGB Variations
Color information
#9CCCB2 (or 0x9CCCB2) is known color: Vista Blue. HEX triplet: 9C, CC and B2. RGB value is (156,204,178). Sum of RGB (Red+Green+Blue) = 156+204+178=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCCB2 is #63334D. Grayscale: #BABABA. Windows color (decimal): -6501198 or 11717788. OLE color: 11717788.
HSL color Cylindrical-coordinate representation of color #9CCCB2: hue angle of 147.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 #9CCCB2 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 178 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.2 |
| HSL | 147.5º | 0.32% | 0.71% | - |
| HSV(B) | 147.5º | 0.24% | 0.8% | - |
| XYZ | 43.34 | 53.47 | 50.16 | - |
| YUV | 186.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 178 | 0.24 | 0 | 0.13 | 0.2 | 147.5 | 0.32 | 0.71 |
| Hex | 9C | CC | B2 | 18 | 0 | D | 14 | 94 | 20 | 47 |
| Octal | 234 | 314 | 262 | 30 | 0 | 15 | 24 | 224 | 40 | 107 |
| Binary | 10011100 | 11001100 | 10110010 | 11000 | 0 | 1101 | 10100 | 10010100 | 100000 | 1000111 |
Color Harmonies of #9CCCB2
Complementary color
Monochromatic Colors of #9CCCB2
Black with #9CCCB2
Text Example
Text Example
White with #9CCCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCCB2; }
p { color: rgb(156,204,178); }
H1.HeaderClassName
{
color: #9CCCB2;
}
.AnyTagClassName
{
color: #9CCCB2;
}
</style>
background-color css
<style>
a { background-color: #9CCCB2; }
a { background-color: rgb(156,204,178); }
div.DivClassName
{
background-color: #9CCCB2;
}
.BgClassName
{
background-color: #9CCCB2;
}
</style>
border-color css
<style>
span { border-color: #9CCCB2; }
span { border-color: rgb(156,204,178); }
td.TdClassName
{
border-color: #9CCCB2;
}
.TagClassName
{
border-color: #9CCCB2;
}
</style>