Shades of Vista Blue #9BEEBB
Tints of Vista Blue #9BEEBB
RGB
CMYK
RGB Variations
Color information
#9BEEBB (or 0x9BEEBB) is known color: Vista Blue. HEX triplet: 9B, EE and BB. RGB value is (155,238,187). Sum of RGB (Red+Green+Blue) = 155+238+187=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEEBB is #641144. Grayscale: #CFCFCF. Windows color (decimal): -6558021 or 12316315. OLE color: 12316315.
HSL color Cylindrical-coordinate representation of color #9BEEBB: hue angle of 143.13º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEEBB is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 187 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.07 |
| HSL | 143.13º | 0.71% | 0.77% | - |
| HSV(B) | 143.13º | 0.35% | 0.93% | - |
| XYZ | 53.06 | 71.71 | 58.06 | - |
| YUV | 207.37 | 116.5 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 187 | 0.35 | 0 | 0.21 | 0.07 | 143.13 | 0.71 | 0.77 |
| Hex | 9B | EE | BB | 23 | 0 | 15 | 7 | 8F | 47 | 4D |
| Octal | 233 | 356 | 273 | 43 | 0 | 25 | 7 | 217 | 107 | 115 |
| Binary | 10011011 | 11101110 | 10111011 | 100011 | 0 | 10101 | 111 | 10001111 | 1000111 | 1001101 |
Color Harmonies of #9BEEBB
Complementary color
Monochromatic Colors of #9BEEBB
Black with #9BEEBB
Text Example
Text Example
White with #9BEEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEEBB; }
p { color: rgb(155,238,187); }
H1.HeaderClassName
{
color: #9BEEBB;
}
.AnyTagClassName
{
color: #9BEEBB;
}
</style>
background-color css
<style>
a { background-color: #9BEEBB; }
a { background-color: rgb(155,238,187); }
div.DivClassName
{
background-color: #9BEEBB;
}
.BgClassName
{
background-color: #9BEEBB;
}
</style>
border-color css
<style>
span { border-color: #9BEEBB; }
span { border-color: rgb(155,238,187); }
td.TdClassName
{
border-color: #9BEEBB;
}
.TagClassName
{
border-color: #9BEEBB;
}
</style>