Shades of Vista Blue #9CCBB2
Tints of Vista Blue #9CCBB2
RGB
CMYK
RGB Variations
Color information
#9CCBB2 (or 0x9CCBB2) is known color: Vista Blue. HEX triplet: 9C, CB and B2. RGB value is (156,203,178). Sum of RGB (Red+Green+Blue) = 156+203+178=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCBB2 is #63344D. Grayscale: #BABABA. Windows color (decimal): -6501454 or 11717532. OLE color: 11717532.
HSL color Cylindrical-coordinate representation of color #9CCBB2: hue angle of 148.09º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCBB2 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 178 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.20 |
| HSL | 148.09º | 0.31% | 0.7% | - |
| HSV(B) | 148.09º | 0.23% | 0.8% | - |
| XYZ | 43.1 | 52.99 | 50.08 | - |
| YUV | 186.1 | 123.43 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 178 | 0.23 | 0 | 0.12 | 0.20 | 148.09 | 0.31 | 0.7 |
| Hex | 9C | CB | B2 | 17 | 0 | C | 14 | 94 | 1F | 46 |
| Octal | 234 | 313 | 262 | 27 | 0 | 14 | 24 | 224 | 37 | 106 |
| Binary | 10011100 | 11001011 | 10110010 | 10111 | 0 | 1100 | 10100 | 10010100 | 11111 | 1000110 |
Color Harmonies of #9CCBB2
Complementary color
Monochromatic Colors of #9CCBB2
Black with #9CCBB2
Text Example
Text Example
White with #9CCBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCBB2; }
p { color: rgb(156,203,178); }
H1.HeaderClassName
{
color: #9CCBB2;
}
.AnyTagClassName
{
color: #9CCBB2;
}
</style>
background-color css
<style>
a { background-color: #9CCBB2; }
a { background-color: rgb(156,203,178); }
div.DivClassName
{
background-color: #9CCBB2;
}
.BgClassName
{
background-color: #9CCBB2;
}
</style>
border-color css
<style>
span { border-color: #9CCBB2; }
span { border-color: rgb(156,203,178); }
td.TdClassName
{
border-color: #9CCBB2;
}
.TagClassName
{
border-color: #9CCBB2;
}
</style>