Shades of Vista Blue #9BC6B0
Tints of Vista Blue #9BC6B0
RGB
CMYK
RGB Variations
Color information
#9BC6B0 (or 0x9BC6B0) is known color: Vista Blue. HEX triplet: 9B, C6 and B0. RGB value is (155,198,176). Sum of RGB (Red+Green+Blue) = 155+198+176=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC6B0 is #64394F. Grayscale: #B6B6B6. Windows color (decimal): -6568272 or 11585179. OLE color: 11585179.
HSL color Cylindrical-coordinate representation of color #9BC6B0: hue angle of 149.3º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BC6B0 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 198 | 176 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.22 |
| HSL | 149.3º | 0.27% | 0.69% | - |
| HSV(B) | 149.3º | 0.22% | 0.78% | - |
| XYZ | 41.55 | 50.49 | 48.63 | - |
| YUV | 182.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 176 | 0.22 | 0 | 0.11 | 0.22 | 149.3 | 0.27 | 0.69 |
| Hex | 9B | C6 | B0 | 16 | 0 | B | 16 | 95 | 1B | 45 |
| Octal | 233 | 306 | 260 | 26 | 0 | 13 | 26 | 225 | 33 | 105 |
| Binary | 10011011 | 11000110 | 10110000 | 10110 | 0 | 1011 | 10110 | 10010101 | 11011 | 1000101 |
Color Harmonies of #9BC6B0
Complementary color
Monochromatic Colors of #9BC6B0
Black with #9BC6B0
Text Example
Text Example
White with #9BC6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC6B0; }
p { color: rgb(155,198,176); }
H1.HeaderClassName
{
color: #9BC6B0;
}
.AnyTagClassName
{
color: #9BC6B0;
}
</style>
background-color css
<style>
a { background-color: #9BC6B0; }
a { background-color: rgb(155,198,176); }
div.DivClassName
{
background-color: #9BC6B0;
}
.BgClassName
{
background-color: #9BC6B0;
}
</style>
border-color css
<style>
span { border-color: #9BC6B0; }
span { border-color: rgb(155,198,176); }
td.TdClassName
{
border-color: #9BC6B0;
}
.TagClassName
{
border-color: #9BC6B0;
}
</style>