Shades of Vista Blue #9BDDB7
Tints of Vista Blue #9BDDB7
RGB
CMYK
RGB Variations
Color information
#9BDDB7 (or 0x9BDDB7) is known color: Vista Blue. HEX triplet: 9B, DD and B7. RGB value is (155,221,183). Sum of RGB (Red+Green+Blue) = 155+221+183=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDB7 is #642248. Grayscale: #C5C5C5. Windows color (decimal): -6562377 or 12049819. OLE color: 12049819.
HSL color Cylindrical-coordinate representation of color #9BDDB7: hue angle of 145.45º degrees, saturation: 0.49, 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 #9BDDB7 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 183 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.13 |
| HSL | 145.45º | 0.49% | 0.74% | - |
| HSV(B) | 145.45º | 0.3% | 0.87% | - |
| XYZ | 47.92 | 62.1 | 54.26 | - |
| YUV | 196.93 | 120.13 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 183 | 0.30 | 0 | 0.17 | 0.13 | 145.45 | 0.49 | 0.74 |
| Hex | 9B | DD | B7 | 1E | 0 | 11 | D | 91 | 31 | 4A |
| Octal | 233 | 335 | 267 | 36 | 0 | 21 | 15 | 221 | 61 | 112 |
| Binary | 10011011 | 11011101 | 10110111 | 11110 | 0 | 10001 | 1101 | 10010001 | 110001 | 1001010 |
Color Harmonies of #9BDDB7
Complementary color
Monochromatic Colors of #9BDDB7
Black with #9BDDB7
Text Example
Text Example
White with #9BDDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDDB7; }
p { color: rgb(155,221,183); }
H1.HeaderClassName
{
color: #9BDDB7;
}
.AnyTagClassName
{
color: #9BDDB7;
}
</style>
background-color css
<style>
a { background-color: #9BDDB7; }
a { background-color: rgb(155,221,183); }
div.DivClassName
{
background-color: #9BDDB7;
}
.BgClassName
{
background-color: #9BDDB7;
}
</style>
border-color css
<style>
span { border-color: #9BDDB7; }
span { border-color: rgb(155,221,183); }
td.TdClassName
{
border-color: #9BDDB7;
}
.TagClassName
{
border-color: #9BDDB7;
}
</style>