Shades of Vista Blue #9BDDC0
Tints of Vista Blue #9BDDC0
RGB
CMYK
RGB Variations
Color information
#9BDDC0 (or 0x9BDDC0) is known color: Vista Blue. HEX triplet: 9B, DD and C0. RGB value is (155,221,192). Sum of RGB (Red+Green+Blue) = 155+221+192=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDC0 is #64223F. Grayscale: #C6C6C6. Windows color (decimal): -6562368 or 12639643. OLE color: 12639643.
HSL color Cylindrical-coordinate representation of color #9BDDC0: hue angle of 153.64º 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 #9BDDC0 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 192 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.13 |
| HSL | 153.64º | 0.49% | 0.74% | - |
| HSV(B) | 153.64º | 0.3% | 0.87% | - |
| XYZ | 48.89 | 62.49 | 59.35 | - |
| YUV | 197.96 | 124.63 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 192 | 0.30 | 0 | 0.13 | 0.13 | 153.64 | 0.49 | 0.74 |
| Hex | 9B | DD | C0 | 1E | 0 | D | D | 9A | 31 | 4A |
| Octal | 233 | 335 | 300 | 36 | 0 | 15 | 15 | 232 | 61 | 112 |
| Binary | 10011011 | 11011101 | 11000000 | 11110 | 0 | 1101 | 1101 | 10011010 | 110001 | 1001010 |
Color Harmonies of #9BDDC0
Complementary color
Monochromatic Colors of #9BDDC0
Black with #9BDDC0
Text Example
Text Example
White with #9BDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDDC0; }
p { color: rgb(155,221,192); }
H1.HeaderClassName
{
color: #9BDDC0;
}
.AnyTagClassName
{
color: #9BDDC0;
}
</style>
background-color css
<style>
a { background-color: #9BDDC0; }
a { background-color: rgb(155,221,192); }
div.DivClassName
{
background-color: #9BDDC0;
}
.BgClassName
{
background-color: #9BDDC0;
}
</style>
border-color css
<style>
span { border-color: #9BDDC0; }
span { border-color: rgb(155,221,192); }
td.TdClassName
{
border-color: #9BDDC0;
}
.TagClassName
{
border-color: #9BDDC0;
}
</style>