Shades of Vista Blue #9BDBC0
Tints of Vista Blue #9BDBC0
RGB
CMYK
RGB Variations
Color information
#9BDBC0 (or 0x9BDBC0) is known color: Vista Blue. HEX triplet: 9B, DB and C0. RGB value is (155,219,192). Sum of RGB (Red+Green+Blue) = 155+219+192=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBC0 is #64243F. Grayscale: #C4C4C4. Windows color (decimal): -6562880 or 12639131. OLE color: 12639131.
HSL color Cylindrical-coordinate representation of color #9BDBC0: hue angle of 154.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDBC0 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 192 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.14 |
| HSL | 154.69º | 0.47% | 0.73% | - |
| HSV(B) | 154.69º | 0.29% | 0.86% | - |
| XYZ | 48.36 | 61.44 | 59.18 | - |
| YUV | 196.79 | 125.3 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 192 | 0.29 | 0 | 0.12 | 0.14 | 154.69 | 0.47 | 0.73 |
| Hex | 9B | DB | C0 | 1D | 0 | C | E | 9B | 2F | 49 |
| Octal | 233 | 333 | 300 | 35 | 0 | 14 | 16 | 233 | 57 | 111 |
| Binary | 10011011 | 11011011 | 11000000 | 11101 | 0 | 1100 | 1110 | 10011011 | 101111 | 1001001 |
Color Harmonies of #9BDBC0
Complementary color
Monochromatic Colors of #9BDBC0
Black with #9BDBC0
Text Example
Text Example
White with #9BDBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDBC0; }
p { color: rgb(155,219,192); }
H1.HeaderClassName
{
color: #9BDBC0;
}
.AnyTagClassName
{
color: #9BDBC0;
}
</style>
background-color css
<style>
a { background-color: #9BDBC0; }
a { background-color: rgb(155,219,192); }
div.DivClassName
{
background-color: #9BDBC0;
}
.BgClassName
{
background-color: #9BDBC0;
}
</style>
border-color css
<style>
span { border-color: #9BDBC0; }
span { border-color: rgb(155,219,192); }
td.TdClassName
{
border-color: #9BDBC0;
}
.TagClassName
{
border-color: #9BDBC0;
}
</style>