Shades of Vista Blue #9BCCB8
Tints of Vista Blue #9BCCB8
RGB
CMYK
RGB Variations
Color information
#9BCCB8 (or 0x9BCCB8) is known color: Vista Blue. HEX triplet: 9B, CC and B8. RGB value is (155,204,184). Sum of RGB (Red+Green+Blue) = 155+204+184=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 184 (72.27% from 255 or 33.89% from 543); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCB8 is #643347. Grayscale: #BBBBBB. Windows color (decimal): -6566728 or 12111003. OLE color: 12111003.
HSL color Cylindrical-coordinate representation of color #9BCCB8: hue angle of 155.51º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCCB8 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 204 | 184 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.2 |
| HSL | 155.51º | 0.32% | 0.7% | - |
| HSV(B) | 155.51º | 0.24% | 0.8% | - |
| XYZ | 43.76 | 53.61 | 53.39 | - |
| YUV | 187.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 184 | 0.24 | 0 | 0.10 | 0.2 | 155.51 | 0.32 | 0.7 |
| Hex | 9B | CC | B8 | 18 | 0 | A | 14 | 9C | 20 | 46 |
| Octal | 233 | 314 | 270 | 30 | 0 | 12 | 24 | 234 | 40 | 106 |
| Binary | 10011011 | 11001100 | 10111000 | 11000 | 0 | 1010 | 10100 | 10011100 | 100000 | 1000110 |
Color Harmonies of #9BCCB8
Complementary color
Monochromatic Colors of #9BCCB8
Black with #9BCCB8
Text Example
Text Example
White with #9BCCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCCB8; }
p { color: rgb(155,204,184); }
H1.HeaderClassName
{
color: #9BCCB8;
}
.AnyTagClassName
{
color: #9BCCB8;
}
</style>
background-color css
<style>
a { background-color: #9BCCB8; }
a { background-color: rgb(155,204,184); }
div.DivClassName
{
background-color: #9BCCB8;
}
.BgClassName
{
background-color: #9BCCB8;
}
</style>
border-color css
<style>
span { border-color: #9BCCB8; }
span { border-color: rgb(155,204,184); }
td.TdClassName
{
border-color: #9BCCB8;
}
.TagClassName
{
border-color: #9BCCB8;
}
</style>