Shades of Vista Blue #9FDCBC
Tints of Vista Blue #9FDCBC
RGB
CMYK
RGB Variations
Color information
#9FDCBC (or 0x9FDCBC) is known color: Vista Blue. HEX triplet: 9F, DC and BC. RGB value is (159,220,188). Sum of RGB (Red+Green+Blue) = 159+220+188=567 (75% of max value = 765). Red value is 159 (62.5% from 255 or 28.04% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCBC is #602343. Grayscale: #C6C6C6. Windows color (decimal): -6300484 or 12377247. OLE color: 12377247.
HSL color Cylindrical-coordinate representation of color #9FDCBC: hue angle of 148.52º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDCBC is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 188 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.14 |
| HSL | 148.52º | 0.47% | 0.74% | - |
| HSV(B) | 148.52º | 0.28% | 0.86% | - |
| XYZ | 48.97 | 62.19 | 57 | - |
| YUV | 198.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 188 | 0.28 | 0 | 0.15 | 0.14 | 148.52 | 0.47 | 0.74 |
| Hex | 9F | DC | BC | 1C | 0 | F | E | 95 | 2F | 4A |
| Octal | 237 | 334 | 274 | 34 | 0 | 17 | 16 | 225 | 57 | 112 |
| Binary | 10011111 | 11011100 | 10111100 | 11100 | 0 | 1111 | 1110 | 10010101 | 101111 | 1001010 |
Color Harmonies of #9FDCBC
Complementary color
Monochromatic Colors of #9FDCBC
Black with #9FDCBC
Text Example
Text Example
White with #9FDCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDCBC; }
p { color: rgb(159,220,188); }
H1.HeaderClassName
{
color: #9FDCBC;
}
.AnyTagClassName
{
color: #9FDCBC;
}
</style>
background-color css
<style>
a { background-color: #9FDCBC; }
a { background-color: rgb(159,220,188); }
div.DivClassName
{
background-color: #9FDCBC;
}
.BgClassName
{
background-color: #9FDCBC;
}
</style>
border-color css
<style>
span { border-color: #9FDCBC; }
span { border-color: rgb(159,220,188); }
td.TdClassName
{
border-color: #9FDCBC;
}
.TagClassName
{
border-color: #9FDCBC;
}
</style>