Shades of Vista Blue #9FD2BC
Tints of Vista Blue #9FD2BC
RGB
CMYK
RGB Variations
Color information
#9FD2BC (or 0x9FD2BC) is known color: Vista Blue. HEX triplet: 9F, D2 and BC. RGB value is (159,210,188). Sum of RGB (Red+Green+Blue) = 159+210+188=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD2BC is #602D43. Grayscale: #C0C0C0. Windows color (decimal): -6303044 or 12374687. OLE color: 12374687.
HSL color Cylindrical-coordinate representation of color #9FD2BC: hue angle of 154.12º degrees, saturation: 0.36, 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 #9FD2BC is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 210 | 188 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.18 |
| HSL | 154.12º | 0.36% | 0.72% | - |
| HSV(B) | 154.12º | 0.24% | 0.82% | - |
| XYZ | 46.42 | 57.09 | 56.15 | - |
| YUV | 192.24 | 125.6 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 188 | 0.24 | 0 | 0.10 | 0.18 | 154.12 | 0.36 | 0.72 |
| Hex | 9F | D2 | BC | 18 | 0 | A | 12 | 9A | 24 | 48 |
| Octal | 237 | 322 | 274 | 30 | 0 | 12 | 22 | 232 | 44 | 110 |
| Binary | 10011111 | 11010010 | 10111100 | 11000 | 0 | 1010 | 10010 | 10011010 | 100100 | 1001000 |
Color Harmonies of #9FD2BC
Complementary color
Monochromatic Colors of #9FD2BC
Black with #9FD2BC
Text Example
Text Example
White with #9FD2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD2BC; }
p { color: rgb(159,210,188); }
H1.HeaderClassName
{
color: #9FD2BC;
}
.AnyTagClassName
{
color: #9FD2BC;
}
</style>
background-color css
<style>
a { background-color: #9FD2BC; }
a { background-color: rgb(159,210,188); }
div.DivClassName
{
background-color: #9FD2BC;
}
.BgClassName
{
background-color: #9FD2BC;
}
</style>
border-color css
<style>
span { border-color: #9FD2BC; }
span { border-color: rgb(159,210,188); }
td.TdClassName
{
border-color: #9FD2BC;
}
.TagClassName
{
border-color: #9FD2BC;
}
</style>