Shades of Vista Blue #9FDBC0
Tints of Vista Blue #9FDBC0
RGB
CMYK
RGB Variations
Color information
#9FDBC0 (or 0x9FDBC0) is known color: Vista Blue. HEX triplet: 9F, DB and C0. RGB value is (159,219,192). Sum of RGB (Red+Green+Blue) = 159+219+192=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBC0 is #60243F. Grayscale: #C6C6C6. Windows color (decimal): -6300736 or 12639135. OLE color: 12639135.
HSL color Cylindrical-coordinate representation of color #9FDBC0: hue angle of 153º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FDBC0 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 192 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.14 |
| HSL | 153º | 0.45% | 0.74% | - |
| HSV(B) | 153º | 0.27% | 0.86% | - |
| XYZ | 49.14 | 61.84 | 59.22 | - |
| YUV | 197.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 192 | 0.27 | 0 | 0.12 | 0.14 | 153 | 0.45 | 0.74 |
| Hex | 9F | DB | C0 | 1B | 0 | C | E | 99 | 2D | 4A |
| Octal | 237 | 333 | 300 | 33 | 0 | 14 | 16 | 231 | 55 | 112 |
| Binary | 10011111 | 11011011 | 11000000 | 11011 | 0 | 1100 | 1110 | 10011001 | 101101 | 1001010 |
Color Harmonies of #9FDBC0
Complementary color
Monochromatic Colors of #9FDBC0
Black with #9FDBC0
Text Example
Text Example
White with #9FDBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBC0; }
p { color: rgb(159,219,192); }
H1.HeaderClassName
{
color: #9FDBC0;
}
.AnyTagClassName
{
color: #9FDBC0;
}
</style>
background-color css
<style>
a { background-color: #9FDBC0; }
a { background-color: rgb(159,219,192); }
div.DivClassName
{
background-color: #9FDBC0;
}
.BgClassName
{
background-color: #9FDBC0;
}
</style>
border-color css
<style>
span { border-color: #9FDBC0; }
span { border-color: rgb(159,219,192); }
td.TdClassName
{
border-color: #9FDBC0;
}
.TagClassName
{
border-color: #9FDBC0;
}
</style>