Shades of Vista Blue #9FECBC
Tints of Vista Blue #9FECBC
RGB
CMYK
RGB Variations
Color information
#9FECBC (or 0x9FECBC) is known color: Vista Blue. HEX triplet: 9F, EC and BC. RGB value is (159,236,188). Sum of RGB (Red+Green+Blue) = 159+236+188=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECBC is #601343. Grayscale: #CFCFCF. Windows color (decimal): -6296388 or 12381343. OLE color: 12381343.
HSL color Cylindrical-coordinate representation of color #9FECBC: hue angle of 142.6º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FECBC is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 188 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.07 |
| HSL | 142.6º | 0.67% | 0.77% | - |
| HSV(B) | 142.6º | 0.33% | 0.93% | - |
| XYZ | 53.37 | 70.99 | 58.47 | - |
| YUV | 207.51 | 116.99 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 188 | 0.33 | 0 | 0.20 | 0.07 | 142.6 | 0.67 | 0.77 |
| Hex | 9F | EC | BC | 21 | 0 | 14 | 7 | 8F | 43 | 4D |
| Octal | 237 | 354 | 274 | 41 | 0 | 24 | 7 | 217 | 103 | 115 |
| Binary | 10011111 | 11101100 | 10111100 | 100001 | 0 | 10100 | 111 | 10001111 | 1000011 | 1001101 |
Color Harmonies of #9FECBC
Complementary color
Monochromatic Colors of #9FECBC
Black with #9FECBC
Text Example
Text Example
White with #9FECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECBC; }
p { color: rgb(159,236,188); }
H1.HeaderClassName
{
color: #9FECBC;
}
.AnyTagClassName
{
color: #9FECBC;
}
</style>
background-color css
<style>
a { background-color: #9FECBC; }
a { background-color: rgb(159,236,188); }
div.DivClassName
{
background-color: #9FECBC;
}
.BgClassName
{
background-color: #9FECBC;
}
</style>
border-color css
<style>
span { border-color: #9FECBC; }
span { border-color: rgb(159,236,188); }
td.TdClassName
{
border-color: #9FECBC;
}
.TagClassName
{
border-color: #9FECBC;
}
</style>