Shades of Vista Blue #9BDCC1
Tints of Vista Blue #9BDCC1
RGB
CMYK
RGB Variations
Color information
#9BDCC1 (or 0x9BDCC1) is known color: Vista Blue. HEX triplet: 9B, DC and C1. RGB value is (155,220,193). Sum of RGB (Red+Green+Blue) = 155+220+193=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDCC1 is #64233E. Grayscale: #C5C5C5. Windows color (decimal): -6562623 or 12704923. OLE color: 12704923.
HSL color Cylindrical-coordinate representation of color #9BDCC1: hue angle of 155.08º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDCC1 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 193 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.14 |
| HSL | 155.08º | 0.48% | 0.74% | - |
| HSV(B) | 155.08º | 0.3% | 0.86% | - |
| XYZ | 48.74 | 62.01 | 59.85 | - |
| YUV | 197.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 193 | 0.30 | 0 | 0.12 | 0.14 | 155.08 | 0.48 | 0.74 |
| Hex | 9B | DC | C1 | 1E | 0 | C | E | 9B | 30 | 4A |
| Octal | 233 | 334 | 301 | 36 | 0 | 14 | 16 | 233 | 60 | 112 |
| Binary | 10011011 | 11011100 | 11000001 | 11110 | 0 | 1100 | 1110 | 10011011 | 110000 | 1001010 |
Color Harmonies of #9BDCC1
Complementary color
Monochromatic Colors of #9BDCC1
Black with #9BDCC1
Text Example
Text Example
White with #9BDCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDCC1; }
p { color: rgb(155,220,193); }
H1.HeaderClassName
{
color: #9BDCC1;
}
.AnyTagClassName
{
color: #9BDCC1;
}
</style>
background-color css
<style>
a { background-color: #9BDCC1; }
a { background-color: rgb(155,220,193); }
div.DivClassName
{
background-color: #9BDCC1;
}
.BgClassName
{
background-color: #9BDCC1;
}
</style>
border-color css
<style>
span { border-color: #9BDCC1; }
span { border-color: rgb(155,220,193); }
td.TdClassName
{
border-color: #9BDCC1;
}
.TagClassName
{
border-color: #9BDCC1;
}
</style>