Shades of Vista Blue #9BCFB6
Tints of Vista Blue #9BCFB6
RGB
CMYK
RGB Variations
Color information
#9BCFB6 (or 0x9BCFB6) is known color: Vista Blue. HEX triplet: 9B, CF and B6. RGB value is (155,207,182). Sum of RGB (Red+Green+Blue) = 155+207+182=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCFB6 is #643049. Grayscale: #BCBCBC. Windows color (decimal): -6565962 or 11980699. OLE color: 11980699.
HSL color Cylindrical-coordinate representation of color #9BCFB6: hue angle of 151.15º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCFB6 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 182 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.19 |
| HSL | 151.15º | 0.35% | 0.71% | - |
| HSV(B) | 151.15º | 0.25% | 0.81% | - |
| XYZ | 44.27 | 54.97 | 52.53 | - |
| YUV | 188.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 182 | 0.25 | 0 | 0.12 | 0.19 | 151.15 | 0.35 | 0.71 |
| Hex | 9B | CF | B6 | 19 | 0 | C | 13 | 97 | 23 | 47 |
| Octal | 233 | 317 | 266 | 31 | 0 | 14 | 23 | 227 | 43 | 107 |
| Binary | 10011011 | 11001111 | 10110110 | 11001 | 0 | 1100 | 10011 | 10010111 | 100011 | 1000111 |
Color Harmonies of #9BCFB6
Complementary color
Monochromatic Colors of #9BCFB6
Black with #9BCFB6
Text Example
Text Example
White with #9BCFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCFB6; }
p { color: rgb(155,207,182); }
H1.HeaderClassName
{
color: #9BCFB6;
}
.AnyTagClassName
{
color: #9BCFB6;
}
</style>
background-color css
<style>
a { background-color: #9BCFB6; }
a { background-color: rgb(155,207,182); }
div.DivClassName
{
background-color: #9BCFB6;
}
.BgClassName
{
background-color: #9BCFB6;
}
</style>
border-color css
<style>
span { border-color: #9BCFB6; }
span { border-color: rgb(155,207,182); }
td.TdClassName
{
border-color: #9BCFB6;
}
.TagClassName
{
border-color: #9BCFB6;
}
</style>