Shades of Vista Blue #9FECBD
Tints of Vista Blue #9FECBD
RGB
CMYK
RGB Variations
Color information
#9FECBD (or 0x9FECBD) is known color: Vista Blue. HEX triplet: 9F, EC and BD. RGB value is (159,236,189). Sum of RGB (Red+Green+Blue) = 159+236+189=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECBD is #601342. Grayscale: #CFCFCF. Windows color (decimal): -6296387 or 12446879. OLE color: 12446879.
HSL color Cylindrical-coordinate representation of color #9FECBD: hue angle of 143.38º 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 #9FECBD is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 189 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.07 |
| HSL | 143.38º | 0.67% | 0.77% | - |
| HSV(B) | 143.38º | 0.33% | 0.93% | - |
| XYZ | 53.48 | 71.04 | 59.04 | - |
| YUV | 207.62 | 117.49 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 189 | 0.33 | 0 | 0.20 | 0.07 | 143.38 | 0.67 | 0.77 |
| Hex | 9F | EC | BD | 21 | 0 | 14 | 7 | 8F | 43 | 4D |
| Octal | 237 | 354 | 275 | 41 | 0 | 24 | 7 | 217 | 103 | 115 |
| Binary | 10011111 | 11101100 | 10111101 | 100001 | 0 | 10100 | 111 | 10001111 | 1000011 | 1001101 |
Color Harmonies of #9FECBD
Complementary color
Monochromatic Colors of #9FECBD
Black with #9FECBD
Text Example
Text Example
White with #9FECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECBD; }
p { color: rgb(159,236,189); }
H1.HeaderClassName
{
color: #9FECBD;
}
.AnyTagClassName
{
color: #9FECBD;
}
</style>
background-color css
<style>
a { background-color: #9FECBD; }
a { background-color: rgb(159,236,189); }
div.DivClassName
{
background-color: #9FECBD;
}
.BgClassName
{
background-color: #9FECBD;
}
</style>
border-color css
<style>
span { border-color: #9FECBD; }
span { border-color: rgb(159,236,189); }
td.TdClassName
{
border-color: #9FECBD;
}
.TagClassName
{
border-color: #9FECBD;
}
</style>