Shades of Vista Blue #9FDBC1
Tints of Vista Blue #9FDBC1
RGB
CMYK
RGB Variations
Color information
#9FDBC1 (or 0x9FDBC1) is known color: Vista Blue. HEX triplet: 9F, DB and C1. RGB value is (159,219,193). Sum of RGB (Red+Green+Blue) = 159+219+193=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBC1 is #60243E. Grayscale: #C6C6C6. Windows color (decimal): -6300735 or 12704671. OLE color: 12704671.
HSL color Cylindrical-coordinate representation of color #9FDBC1: hue angle of 154º 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 #9FDBC1 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 193 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.14 |
| HSL | 154º | 0.45% | 0.74% | - |
| HSV(B) | 154º | 0.27% | 0.86% | - |
| XYZ | 49.26 | 61.88 | 59.8 | - |
| YUV | 198.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 193 | 0.27 | 0 | 0.12 | 0.14 | 154 | 0.45 | 0.74 |
| Hex | 9F | DB | C1 | 1B | 0 | C | E | 9A | 2D | 4A |
| Octal | 237 | 333 | 301 | 33 | 0 | 14 | 16 | 232 | 55 | 112 |
| Binary | 10011111 | 11011011 | 11000001 | 11011 | 0 | 1100 | 1110 | 10011010 | 101101 | 1001010 |
Color Harmonies of #9FDBC1
Complementary color
Monochromatic Colors of #9FDBC1
Black with #9FDBC1
Text Example
Text Example
White with #9FDBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBC1; }
p { color: rgb(159,219,193); }
H1.HeaderClassName
{
color: #9FDBC1;
}
.AnyTagClassName
{
color: #9FDBC1;
}
</style>
background-color css
<style>
a { background-color: #9FDBC1; }
a { background-color: rgb(159,219,193); }
div.DivClassName
{
background-color: #9FDBC1;
}
.BgClassName
{
background-color: #9FDBC1;
}
</style>
border-color css
<style>
span { border-color: #9FDBC1; }
span { border-color: rgb(159,219,193); }
td.TdClassName
{
border-color: #9FDBC1;
}
.TagClassName
{
border-color: #9FDBC1;
}
</style>