Shades of Vista Blue #9BDEB9
Tints of Vista Blue #9BDEB9
RGB
CMYK
RGB Variations
Color information
#9BDEB9 (or 0x9BDEB9) is known color: Vista Blue. HEX triplet: 9B, DE and B9. RGB value is (155,222,185). Sum of RGB (Red+Green+Blue) = 155+222+185=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDEB9 is #642146. Grayscale: #C5C5C5. Windows color (decimal): -6562119 or 12181147. OLE color: 12181147.
HSL color Cylindrical-coordinate representation of color #9BDEB9: hue angle of 146.87º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDEB9 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 222 | 185 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.13 |
| HSL | 146.87º | 0.5% | 0.74% | - |
| HSV(B) | 146.87º | 0.3% | 0.87% | - |
| XYZ | 48.4 | 62.71 | 55.45 | - |
| YUV | 197.75 | 120.8 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 222 | 185 | 0.30 | 0 | 0.17 | 0.13 | 146.87 | 0.5 | 0.74 |
| Hex | 9B | DE | B9 | 1E | 0 | 11 | D | 93 | 32 | 4A |
| Octal | 233 | 336 | 271 | 36 | 0 | 21 | 15 | 223 | 62 | 112 |
| Binary | 10011011 | 11011110 | 10111001 | 11110 | 0 | 10001 | 1101 | 10010011 | 110010 | 1001010 |
Color Harmonies of #9BDEB9
Complementary color
Monochromatic Colors of #9BDEB9
Black with #9BDEB9
Text Example
Text Example
White with #9BDEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDEB9; }
p { color: rgb(155,222,185); }
H1.HeaderClassName
{
color: #9BDEB9;
}
.AnyTagClassName
{
color: #9BDEB9;
}
</style>
background-color css
<style>
a { background-color: #9BDEB9; }
a { background-color: rgb(155,222,185); }
div.DivClassName
{
background-color: #9BDEB9;
}
.BgClassName
{
background-color: #9BDEB9;
}
</style>
border-color css
<style>
span { border-color: #9BDEB9; }
span { border-color: rgb(155,222,185); }
td.TdClassName
{
border-color: #9BDEB9;
}
.TagClassName
{
border-color: #9BDEB9;
}
</style>