Shades of Vista Blue #9FD0B1
Tints of Vista Blue #9FD0B1
RGB
CMYK
RGB Variations
Color information
#9FD0B1 (or 0x9FD0B1) is known color: Vista Blue. HEX triplet: 9F, D0 and B1. RGB value is (159,208,177). Sum of RGB (Red+Green+Blue) = 159+208+177=544 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.23% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD0B1 is #602F4E. Grayscale: #BDBDBD. Windows color (decimal): -6303567 or 11653279. OLE color: 11653279.
HSL color Cylindrical-coordinate representation of color #9FD0B1: hue angle of 142.04º 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 #9FD0B1 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 208 | 177 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.18 |
| HSL | 142.04º | 0.34% | 0.72% | - |
| HSV(B) | 142.04º | 0.24% | 0.82% | - |
| XYZ | 44.79 | 55.66 | 49.98 | - |
| YUV | 189.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 208 | 177 | 0.24 | 0 | 0.15 | 0.18 | 142.04 | 0.34 | 0.72 |
| Hex | 9F | D0 | B1 | 18 | 0 | F | 12 | 8E | 22 | 48 |
| Octal | 237 | 320 | 261 | 30 | 0 | 17 | 22 | 216 | 42 | 110 |
| Binary | 10011111 | 11010000 | 10110001 | 11000 | 0 | 1111 | 10010 | 10001110 | 100010 | 1001000 |
Color Harmonies of #9FD0B1
Complementary color
Monochromatic Colors of #9FD0B1
Black with #9FD0B1
Text Example
Text Example
White with #9FD0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD0B1; }
p { color: rgb(159,208,177); }
H1.HeaderClassName
{
color: #9FD0B1;
}
.AnyTagClassName
{
color: #9FD0B1;
}
</style>
background-color css
<style>
a { background-color: #9FD0B1; }
a { background-color: rgb(159,208,177); }
div.DivClassName
{
background-color: #9FD0B1;
}
.BgClassName
{
background-color: #9FD0B1;
}
</style>
border-color css
<style>
span { border-color: #9FD0B1; }
span { border-color: rgb(159,208,177); }
td.TdClassName
{
border-color: #9FD0B1;
}
.TagClassName
{
border-color: #9FD0B1;
}
</style>