Shades of Vista Blue #9FC6B2
Tints of Vista Blue #9FC6B2
RGB
CMYK
RGB Variations
Color information
#9FC6B2 (or 0x9FC6B2) is known color: Vista Blue. HEX triplet: 9F, C6 and B2. RGB value is (159,198,178). Sum of RGB (Red+Green+Blue) = 159+198+178=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC6B2 is #60394D. Grayscale: #B8B8B8. Windows color (decimal): -6306126 or 11716255. OLE color: 11716255.
HSL color Cylindrical-coordinate representation of color #9FC6B2: hue angle of 149.23º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FC6B2 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 198 | 178 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.22 |
| HSL | 149.23º | 0.25% | 0.7% | - |
| HSV(B) | 149.23º | 0.2% | 0.78% | - |
| XYZ | 42.53 | 50.97 | 49.72 | - |
| YUV | 184.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 198 | 178 | 0.20 | 0 | 0.10 | 0.22 | 149.23 | 0.25 | 0.7 |
| Hex | 9F | C6 | B2 | 14 | 0 | A | 16 | 95 | 19 | 46 |
| Octal | 237 | 306 | 262 | 24 | 0 | 12 | 26 | 225 | 31 | 106 |
| Binary | 10011111 | 11000110 | 10110010 | 10100 | 0 | 1010 | 10110 | 10010101 | 11001 | 1000110 |
Color Harmonies of #9FC6B2
Complementary color
Monochromatic Colors of #9FC6B2
Black with #9FC6B2
Text Example
Text Example
White with #9FC6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC6B2; }
p { color: rgb(159,198,178); }
H1.HeaderClassName
{
color: #9FC6B2;
}
.AnyTagClassName
{
color: #9FC6B2;
}
</style>
background-color css
<style>
a { background-color: #9FC6B2; }
a { background-color: rgb(159,198,178); }
div.DivClassName
{
background-color: #9FC6B2;
}
.BgClassName
{
background-color: #9FC6B2;
}
</style>
border-color css
<style>
span { border-color: #9FC6B2; }
span { border-color: rgb(159,198,178); }
td.TdClassName
{
border-color: #9FC6B2;
}
.TagClassName
{
border-color: #9FC6B2;
}
</style>