Shades of Vista Blue #9BCEB7
Tints of Vista Blue #9BCEB7
RGB
CMYK
RGB Variations
Color information
#9BCEB7 (or 0x9BCEB7) is known color: Vista Blue. HEX triplet: 9B, CE and B7. RGB value is (155,206,183). Sum of RGB (Red+Green+Blue) = 155+206+183=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEB7 is #643148. Grayscale: #BCBCBC. Windows color (decimal): -6566217 or 12045979. OLE color: 12045979.
HSL color Cylindrical-coordinate representation of color #9BCEB7: hue angle of 152.94º degrees, saturation: 0.34, 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 #9BCEB7 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 206 | 183 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.19 |
| HSL | 152.94º | 0.34% | 0.71% | - |
| HSV(B) | 152.94º | 0.25% | 0.81% | - |
| XYZ | 44.14 | 54.53 | 53 | - |
| YUV | 188.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 183 | 0.25 | 0 | 0.11 | 0.19 | 152.94 | 0.34 | 0.71 |
| Hex | 9B | CE | B7 | 19 | 0 | B | 13 | 99 | 22 | 47 |
| Octal | 233 | 316 | 267 | 31 | 0 | 13 | 23 | 231 | 42 | 107 |
| Binary | 10011011 | 11001110 | 10110111 | 11001 | 0 | 1011 | 10011 | 10011001 | 100010 | 1000111 |
Color Harmonies of #9BCEB7
Complementary color
Monochromatic Colors of #9BCEB7
Black with #9BCEB7
Text Example
Text Example
White with #9BCEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCEB7; }
p { color: rgb(155,206,183); }
H1.HeaderClassName
{
color: #9BCEB7;
}
.AnyTagClassName
{
color: #9BCEB7;
}
</style>
background-color css
<style>
a { background-color: #9BCEB7; }
a { background-color: rgb(155,206,183); }
div.DivClassName
{
background-color: #9BCEB7;
}
.BgClassName
{
background-color: #9BCEB7;
}
</style>
border-color css
<style>
span { border-color: #9BCEB7; }
span { border-color: rgb(155,206,183); }
td.TdClassName
{
border-color: #9BCEB7;
}
.TagClassName
{
border-color: #9BCEB7;
}
</style>