Shades of Vista Blue #9FCFB8
Tints of Vista Blue #9FCFB8
RGB
CMYK
RGB Variations
Color information
#9FCFB8 (or 0x9FCFB8) is known color: Vista Blue. HEX triplet: 9F, CF and B8. RGB value is (159,207,184). Sum of RGB (Red+Green+Blue) = 159+207+184=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCFB8 is #603047. Grayscale: #BEBEBE. Windows color (decimal): -6303816 or 12111775. OLE color: 12111775.
HSL color Cylindrical-coordinate representation of color #9FCFB8: hue angle of 151.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCFB8 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 184 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.19 |
| HSL | 151.25º | 0.33% | 0.72% | - |
| HSV(B) | 151.25º | 0.23% | 0.81% | - |
| XYZ | 45.26 | 55.46 | 53.67 | - |
| YUV | 190.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 184 | 0.23 | 0 | 0.11 | 0.19 | 151.25 | 0.33 | 0.72 |
| Hex | 9F | CF | B8 | 17 | 0 | B | 13 | 97 | 21 | 48 |
| Octal | 237 | 317 | 270 | 27 | 0 | 13 | 23 | 227 | 41 | 110 |
| Binary | 10011111 | 11001111 | 10111000 | 10111 | 0 | 1011 | 10011 | 10010111 | 100001 | 1001000 |
Color Harmonies of #9FCFB8
Complementary color
Monochromatic Colors of #9FCFB8
Black with #9FCFB8
Text Example
Text Example
White with #9FCFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCFB8; }
p { color: rgb(159,207,184); }
H1.HeaderClassName
{
color: #9FCFB8;
}
.AnyTagClassName
{
color: #9FCFB8;
}
</style>
background-color css
<style>
a { background-color: #9FCFB8; }
a { background-color: rgb(159,207,184); }
div.DivClassName
{
background-color: #9FCFB8;
}
.BgClassName
{
background-color: #9FCFB8;
}
</style>
border-color css
<style>
span { border-color: #9FCFB8; }
span { border-color: rgb(159,207,184); }
td.TdClassName
{
border-color: #9FCFB8;
}
.TagClassName
{
border-color: #9FCFB8;
}
</style>