Shades of Vista Blue #9FCFB1
Tints of Vista Blue #9FCFB1
RGB
CMYK
RGB Variations
Color information
#9FCFB1 (or 0x9FCFB1) is known color: Vista Blue. HEX triplet: 9F, CF and B1. RGB value is (159,207,177). Sum of RGB (Red+Green+Blue) = 159+207+177=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCFB1 is #60304E. Grayscale: #BDBDBD. Windows color (decimal): -6303823 or 11653023. OLE color: 11653023.
HSL color Cylindrical-coordinate representation of color #9FCFB1: hue angle of 142.5º 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 #9FCFB1 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 177 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.19 |
| HSL | 142.5º | 0.33% | 0.72% | - |
| HSV(B) | 142.5º | 0.23% | 0.81% | - |
| XYZ | 44.55 | 55.17 | 49.9 | - |
| YUV | 189.23 | 121.1 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 177 | 0.23 | 0 | 0.14 | 0.19 | 142.5 | 0.33 | 0.72 |
| Hex | 9F | CF | B1 | 17 | 0 | E | 13 | 8E | 21 | 48 |
| Octal | 237 | 317 | 261 | 27 | 0 | 16 | 23 | 216 | 41 | 110 |
| Binary | 10011111 | 11001111 | 10110001 | 10111 | 0 | 1110 | 10011 | 10001110 | 100001 | 1001000 |
Color Harmonies of #9FCFB1
Complementary color
Monochromatic Colors of #9FCFB1
Black with #9FCFB1
Text Example
Text Example
White with #9FCFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCFB1; }
p { color: rgb(159,207,177); }
H1.HeaderClassName
{
color: #9FCFB1;
}
.AnyTagClassName
{
color: #9FCFB1;
}
</style>
background-color css
<style>
a { background-color: #9FCFB1; }
a { background-color: rgb(159,207,177); }
div.DivClassName
{
background-color: #9FCFB1;
}
.BgClassName
{
background-color: #9FCFB1;
}
</style>
border-color css
<style>
span { border-color: #9FCFB1; }
span { border-color: rgb(159,207,177); }
td.TdClassName
{
border-color: #9FCFB1;
}
.TagClassName
{
border-color: #9FCFB1;
}
</style>