Shades of Vista Blue #9BC7B2
Tints of Vista Blue #9BC7B2
RGB
CMYK
RGB Variations
Color information
#9BC7B2 (or 0x9BC7B2) is known color: Vista Blue. HEX triplet: 9B, C7 and B2. RGB value is (155,199,178). Sum of RGB (Red+Green+Blue) = 155+199+178=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC7B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC7B2 is #64384D. Grayscale: #B7B7B7. Windows color (decimal): -6568014 or 11716507. OLE color: 11716507.
HSL color Cylindrical-coordinate representation of color #9BC7B2: hue angle of 151.36º 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 #9BC7B2 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 199 | 178 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.22 |
| HSL | 151.36º | 0.28% | 0.69% | - |
| HSV(B) | 151.36º | 0.22% | 0.78% | - |
| XYZ | 41.98 | 51.03 | 49.76 | - |
| YUV | 183.45 | 124.92 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 178 | 0.22 | 0 | 0.11 | 0.22 | 151.36 | 0.28 | 0.69 |
| Hex | 9B | C7 | B2 | 16 | 0 | B | 16 | 97 | 1C | 45 |
| Octal | 233 | 307 | 262 | 26 | 0 | 13 | 26 | 227 | 34 | 105 |
| Binary | 10011011 | 11000111 | 10110010 | 10110 | 0 | 1011 | 10110 | 10010111 | 11100 | 1000101 |
Color Harmonies of #9BC7B2
Complementary color
Monochromatic Colors of #9BC7B2
Black with #9BC7B2
Text Example
Text Example
White with #9BC7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC7B2; }
p { color: rgb(155,199,178); }
H1.HeaderClassName
{
color: #9BC7B2;
}
.AnyTagClassName
{
color: #9BC7B2;
}
</style>
background-color css
<style>
a { background-color: #9BC7B2; }
a { background-color: rgb(155,199,178); }
div.DivClassName
{
background-color: #9BC7B2;
}
.BgClassName
{
background-color: #9BC7B2;
}
</style>
border-color css
<style>
span { border-color: #9BC7B2; }
span { border-color: rgb(155,199,178); }
td.TdClassName
{
border-color: #9BC7B2;
}
.TagClassName
{
border-color: #9BC7B2;
}
</style>