Shades of Vista Blue #9BEEBC
Tints of Vista Blue #9BEEBC
RGB
CMYK
RGB Variations
Color information
#9BEEBC (or 0x9BEEBC) is known color: Vista Blue. HEX triplet: 9B, EE and BC. RGB value is (155,238,188). Sum of RGB (Red+Green+Blue) = 155+238+188=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEEBC is #641143. Grayscale: #CFCFCF. Windows color (decimal): -6558020 or 12381851. OLE color: 12381851.
HSL color Cylindrical-coordinate representation of color #9BEEBC: hue angle of 143.86º 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 #9BEEBC is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 188 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.07 |
| HSL | 143.86º | 0.71% | 0.77% | - |
| HSV(B) | 143.86º | 0.35% | 0.93% | - |
| XYZ | 53.17 | 71.75 | 58.62 | - |
| YUV | 207.48 | 117 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 188 | 0.35 | 0 | 0.21 | 0.07 | 143.86 | 0.71 | 0.77 |
| Hex | 9B | EE | BC | 23 | 0 | 15 | 7 | 90 | 47 | 4D |
| Octal | 233 | 356 | 274 | 43 | 0 | 25 | 7 | 220 | 107 | 115 |
| Binary | 10011011 | 11101110 | 10111100 | 100011 | 0 | 10101 | 111 | 10010000 | 1000111 | 1001101 |
Color Harmonies of #9BEEBC
Complementary color
Monochromatic Colors of #9BEEBC
Black with #9BEEBC
Text Example
Text Example
White with #9BEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEEBC; }
p { color: rgb(155,238,188); }
H1.HeaderClassName
{
color: #9BEEBC;
}
.AnyTagClassName
{
color: #9BEEBC;
}
</style>
background-color css
<style>
a { background-color: #9BEEBC; }
a { background-color: rgb(155,238,188); }
div.DivClassName
{
background-color: #9BEEBC;
}
.BgClassName
{
background-color: #9BEEBC;
}
</style>
border-color css
<style>
span { border-color: #9BEEBC; }
span { border-color: rgb(155,238,188); }
td.TdClassName
{
border-color: #9BEEBC;
}
.TagClassName
{
border-color: #9BEEBC;
}
</style>