Shades of Vista Blue #9FD0BC
Tints of Vista Blue #9FD0BC
RGB
CMYK
RGB Variations
Color information
#9FD0BC (or 0x9FD0BC) is known color: Vista Blue. HEX triplet: 9F, D0 and BC. RGB value is (159,208,188). Sum of RGB (Red+Green+Blue) = 159+208+188=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD0BC is #602F43. Grayscale: #BFBFBF. Windows color (decimal): -6303556 or 12374175. OLE color: 12374175.
HSL color Cylindrical-coordinate representation of color #9FD0BC: hue angle of 155.51º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FD0BC is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 208 | 188 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.18 |
| HSL | 155.51º | 0.34% | 0.72% | - |
| HSV(B) | 155.51º | 0.24% | 0.82% | - |
| XYZ | 45.93 | 56.11 | 55.99 | - |
| YUV | 191.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 208 | 188 | 0.24 | 0 | 0.10 | 0.18 | 155.51 | 0.34 | 0.72 |
| Hex | 9F | D0 | BC | 18 | 0 | A | 12 | 9C | 22 | 48 |
| Octal | 237 | 320 | 274 | 30 | 0 | 12 | 22 | 234 | 42 | 110 |
| Binary | 10011111 | 11010000 | 10111100 | 11000 | 0 | 1010 | 10010 | 10011100 | 100010 | 1001000 |
Color Harmonies of #9FD0BC
Complementary color
Monochromatic Colors of #9FD0BC
Black with #9FD0BC
Text Example
Text Example
White with #9FD0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD0BC; }
p { color: rgb(159,208,188); }
H1.HeaderClassName
{
color: #9FD0BC;
}
.AnyTagClassName
{
color: #9FD0BC;
}
</style>
background-color css
<style>
a { background-color: #9FD0BC; }
a { background-color: rgb(159,208,188); }
div.DivClassName
{
background-color: #9FD0BC;
}
.BgClassName
{
background-color: #9FD0BC;
}
</style>
border-color css
<style>
span { border-color: #9FD0BC; }
span { border-color: rgb(159,208,188); }
td.TdClassName
{
border-color: #9FD0BC;
}
.TagClassName
{
border-color: #9FD0BC;
}
</style>