Shades of Vista Blue #9BDDBC
Tints of Vista Blue #9BDDBC
RGB
CMYK
RGB Variations
Color information
#9BDDBC (or 0x9BDDBC) is known color: Vista Blue. HEX triplet: 9B, DD and BC. RGB value is (155,221,188). Sum of RGB (Red+Green+Blue) = 155+221+188=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDBC is #642243. Grayscale: #C5C5C5. Windows color (decimal): -6562372 or 12377499. OLE color: 12377499.
HSL color Cylindrical-coordinate representation of color #9BDDBC: hue angle of 150º 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 #9BDDBC is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 188 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.13 |
| HSL | 150º | 0.49% | 0.74% | - |
| HSV(B) | 150º | 0.3% | 0.87% | - |
| XYZ | 48.45 | 62.31 | 57.05 | - |
| YUV | 197.5 | 122.63 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 188 | 0.30 | 0 | 0.15 | 0.13 | 150 | 0.49 | 0.74 |
| Hex | 9B | DD | BC | 1E | 0 | F | D | 96 | 31 | 4A |
| Octal | 233 | 335 | 274 | 36 | 0 | 17 | 15 | 226 | 61 | 112 |
| Binary | 10011011 | 11011101 | 10111100 | 11110 | 0 | 1111 | 1101 | 10010110 | 110001 | 1001010 |
Color Harmonies of #9BDDBC
Complementary color
Monochromatic Colors of #9BDDBC
Black with #9BDDBC
Text Example
Text Example
White with #9BDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDDBC; }
p { color: rgb(155,221,188); }
H1.HeaderClassName
{
color: #9BDDBC;
}
.AnyTagClassName
{
color: #9BDDBC;
}
</style>
background-color css
<style>
a { background-color: #9BDDBC; }
a { background-color: rgb(155,221,188); }
div.DivClassName
{
background-color: #9BDDBC;
}
.BgClassName
{
background-color: #9BDDBC;
}
</style>
border-color css
<style>
span { border-color: #9BDDBC; }
span { border-color: rgb(155,221,188); }
td.TdClassName
{
border-color: #9BDDBC;
}
.TagClassName
{
border-color: #9BDDBC;
}
</style>