Shades of Vista Blue #9BC8B1
Tints of Vista Blue #9BC8B1
RGB
CMYK
RGB Variations
Color information
#9BC8B1 (or 0x9BC8B1) is known color: Vista Blue. HEX triplet: 9B, C8 and B1. RGB value is (155,200,177). Sum of RGB (Red+Green+Blue) = 155+200+177=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC8B1 is #64374E. Grayscale: #B7B7B7. Windows color (decimal): -6567759 or 11651227. OLE color: 11651227.
HSL color Cylindrical-coordinate representation of color #9BC8B1: hue angle of 149.33º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BC8B1 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 200 | 177 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.22 |
| HSL | 149.33º | 0.29% | 0.7% | - |
| HSV(B) | 149.33º | 0.23% | 0.78% | - |
| XYZ | 42.11 | 51.45 | 49.31 | - |
| YUV | 183.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 177 | 0.22 | 0 | 0.12 | 0.22 | 149.33 | 0.29 | 0.7 |
| Hex | 9B | C8 | B1 | 16 | 0 | C | 16 | 95 | 1D | 46 |
| Octal | 233 | 310 | 261 | 26 | 0 | 14 | 26 | 225 | 35 | 106 |
| Binary | 10011011 | 11001000 | 10110001 | 10110 | 0 | 1100 | 10110 | 10010101 | 11101 | 1000110 |
Color Harmonies of #9BC8B1
Complementary color
Monochromatic Colors of #9BC8B1
Black with #9BC8B1
Text Example
Text Example
White with #9BC8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC8B1; }
p { color: rgb(155,200,177); }
H1.HeaderClassName
{
color: #9BC8B1;
}
.AnyTagClassName
{
color: #9BC8B1;
}
</style>
background-color css
<style>
a { background-color: #9BC8B1; }
a { background-color: rgb(155,200,177); }
div.DivClassName
{
background-color: #9BC8B1;
}
.BgClassName
{
background-color: #9BC8B1;
}
</style>
border-color css
<style>
span { border-color: #9BC8B1; }
span { border-color: rgb(155,200,177); }
td.TdClassName
{
border-color: #9BC8B1;
}
.TagClassName
{
border-color: #9BC8B1;
}
</style>