Shades of Vista Blue #9BC7B0
Tints of Vista Blue #9BC7B0
RGB
CMYK
RGB Variations
Color information
#9BC7B0 (or 0x9BC7B0) is known color: Vista Blue. HEX triplet: 9B, C7 and B0. RGB value is (155,199,176). Sum of RGB (Red+Green+Blue) = 155+199+176=530 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.25% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC7B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC7B0 is #64384F. Grayscale: #B7B7B7. Windows color (decimal): -6568016 or 11585435. OLE color: 11585435.
HSL color Cylindrical-coordinate representation of color #9BC7B0: hue angle of 148.64º degrees, saturation: 0.28, 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 #9BC7B0 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 199 | 176 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.22 |
| HSL | 148.64º | 0.28% | 0.69% | - |
| HSV(B) | 148.64º | 0.22% | 0.78% | - |
| XYZ | 41.78 | 50.95 | 48.71 | - |
| YUV | 183.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 176 | 0.22 | 0 | 0.12 | 0.22 | 148.64 | 0.28 | 0.69 |
| Hex | 9B | C7 | B0 | 16 | 0 | C | 16 | 95 | 1C | 45 |
| Octal | 233 | 307 | 260 | 26 | 0 | 14 | 26 | 225 | 34 | 105 |
| Binary | 10011011 | 11000111 | 10110000 | 10110 | 0 | 1100 | 10110 | 10010101 | 11100 | 1000101 |
Color Harmonies of #9BC7B0
Complementary color
Monochromatic Colors of #9BC7B0
Black with #9BC7B0
Text Example
Text Example
White with #9BC7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC7B0; }
p { color: rgb(155,199,176); }
H1.HeaderClassName
{
color: #9BC7B0;
}
.AnyTagClassName
{
color: #9BC7B0;
}
</style>
background-color css
<style>
a { background-color: #9BC7B0; }
a { background-color: rgb(155,199,176); }
div.DivClassName
{
background-color: #9BC7B0;
}
.BgClassName
{
background-color: #9BC7B0;
}
</style>
border-color css
<style>
span { border-color: #9BC7B0; }
span { border-color: rgb(155,199,176); }
td.TdClassName
{
border-color: #9BC7B0;
}
.TagClassName
{
border-color: #9BC7B0;
}
</style>