Shades of Vista Blue #9FCCB0
Tints of Vista Blue #9FCCB0
RGB
CMYK
RGB Variations
Color information
#9FCCB0 (or 0x9FCCB0) is known color: Vista Blue. HEX triplet: 9F, CC and B0. RGB value is (159,204,176). Sum of RGB (Red+Green+Blue) = 159+204+176=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCCB0 is #60334F. Grayscale: #BBBBBB. Windows color (decimal): -6304592 or 11586719. OLE color: 11586719.
HSL color Cylindrical-coordinate representation of color #9FCCB0: hue angle of 142.67º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FCCB0 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 176 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.2 |
| HSL | 142.67º | 0.31% | 0.71% | - |
| HSV(B) | 142.67º | 0.22% | 0.8% | - |
| XYZ | 43.73 | 53.69 | 49.13 | - |
| YUV | 187.35 | 121.59 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 176 | 0.22 | 0 | 0.14 | 0.2 | 142.67 | 0.31 | 0.71 |
| Hex | 9F | CC | B0 | 16 | 0 | E | 14 | 8F | 1F | 47 |
| Octal | 237 | 314 | 260 | 26 | 0 | 16 | 24 | 217 | 37 | 107 |
| Binary | 10011111 | 11001100 | 10110000 | 10110 | 0 | 1110 | 10100 | 10001111 | 11111 | 1000111 |
Color Harmonies of #9FCCB0
Complementary color
Monochromatic Colors of #9FCCB0
Black with #9FCCB0
Text Example
Text Example
White with #9FCCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCCB0; }
p { color: rgb(159,204,176); }
H1.HeaderClassName
{
color: #9FCCB0;
}
.AnyTagClassName
{
color: #9FCCB0;
}
</style>
background-color css
<style>
a { background-color: #9FCCB0; }
a { background-color: rgb(159,204,176); }
div.DivClassName
{
background-color: #9FCCB0;
}
.BgClassName
{
background-color: #9FCCB0;
}
</style>
border-color css
<style>
span { border-color: #9FCCB0; }
span { border-color: rgb(159,204,176); }
td.TdClassName
{
border-color: #9FCCB0;
}
.TagClassName
{
border-color: #9FCCB0;
}
</style>