Shades of Vista Blue #9FECBB
Tints of Vista Blue #9FECBB
RGB
CMYK
RGB Variations
Color information
#9FECBB (or 0x9FECBB) is known color: Vista Blue. HEX triplet: 9F, EC and BB. RGB value is (159,236,187). Sum of RGB (Red+Green+Blue) = 159+236+187=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECBB is #601344. Grayscale: #CFCFCF. Windows color (decimal): -6296389 or 12315807. OLE color: 12315807.
HSL color Cylindrical-coordinate representation of color #9FECBB: hue angle of 141.82º 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 #9FECBB is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 187 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.07 |
| HSL | 141.82º | 0.67% | 0.77% | - |
| HSV(B) | 141.82º | 0.33% | 0.93% | - |
| XYZ | 53.26 | 70.95 | 57.9 | - |
| YUV | 207.39 | 116.49 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 187 | 0.33 | 0 | 0.21 | 0.07 | 141.82 | 0.67 | 0.77 |
| Hex | 9F | EC | BB | 21 | 0 | 15 | 7 | 8E | 43 | 4D |
| Octal | 237 | 354 | 273 | 41 | 0 | 25 | 7 | 216 | 103 | 115 |
| Binary | 10011111 | 11101100 | 10111011 | 100001 | 0 | 10101 | 111 | 10001110 | 1000011 | 1001101 |
Color Harmonies of #9FECBB
Complementary color
Monochromatic Colors of #9FECBB
Black with #9FECBB
Text Example
Text Example
White with #9FECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECBB; }
p { color: rgb(159,236,187); }
H1.HeaderClassName
{
color: #9FECBB;
}
.AnyTagClassName
{
color: #9FECBB;
}
</style>
background-color css
<style>
a { background-color: #9FECBB; }
a { background-color: rgb(159,236,187); }
div.DivClassName
{
background-color: #9FECBB;
}
.BgClassName
{
background-color: #9FECBB;
}
</style>
border-color css
<style>
span { border-color: #9FECBB; }
span { border-color: rgb(159,236,187); }
td.TdClassName
{
border-color: #9FECBB;
}
.TagClassName
{
border-color: #9FECBB;
}
</style>