Shades of Vista Blue #9FDEBA
Tints of Vista Blue #9FDEBA
RGB
CMYK
RGB Variations
Color information
#9FDEBA (or 0x9FDEBA) is known color: Vista Blue. HEX triplet: 9F, DE and BA. RGB value is (159,222,186). Sum of RGB (Red+Green+Blue) = 159+222+186=567 (75% of max value = 765). Red value is 159 (62.5% from 255 or 28.04% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDEBA is #602145. Grayscale: #C7C7C7. Windows color (decimal): -6299974 or 12246687. OLE color: 12246687.
HSL color Cylindrical-coordinate representation of color #9FDEBA: hue angle of 145.71º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDEBA is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 186 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.13 |
| HSL | 145.71º | 0.49% | 0.75% | - |
| HSV(B) | 145.71º | 0.28% | 0.87% | - |
| XYZ | 49.28 | 63.16 | 56.05 | - |
| YUV | 199.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 186 | 0.28 | 0 | 0.16 | 0.13 | 145.71 | 0.49 | 0.75 |
| Hex | 9F | DE | BA | 1C | 0 | 10 | D | 92 | 31 | 4B |
| Octal | 237 | 336 | 272 | 34 | 0 | 20 | 15 | 222 | 61 | 113 |
| Binary | 10011111 | 11011110 | 10111010 | 11100 | 0 | 10000 | 1101 | 10010010 | 110001 | 1001011 |
Color Harmonies of #9FDEBA
Complementary color
Monochromatic Colors of #9FDEBA
Black with #9FDEBA
Text Example
Text Example
White with #9FDEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDEBA; }
p { color: rgb(159,222,186); }
H1.HeaderClassName
{
color: #9FDEBA;
}
.AnyTagClassName
{
color: #9FDEBA;
}
</style>
background-color css
<style>
a { background-color: #9FDEBA; }
a { background-color: rgb(159,222,186); }
div.DivClassName
{
background-color: #9FDEBA;
}
.BgClassName
{
background-color: #9FDEBA;
}
</style>
border-color css
<style>
span { border-color: #9FDEBA; }
span { border-color: rgb(159,222,186); }
td.TdClassName
{
border-color: #9FDEBA;
}
.TagClassName
{
border-color: #9FDEBA;
}
</style>